xsl-list
[Top] [All Lists]

Re: [xsl] XQuery - Two if's in a for loop

2011-04-18 14:54:09
On Sun, 2011-04-17 at 13:36 -0700, sudheshna iyer wrote:
Can I have multiple if's in a for loop?
I have input xml. I need to do XQuery transformation to form output xml based 
on 
occurance of elements in input xml

You were probably looking for an XQuery mailing list, not this one.

It sounds from your description like the concept you are seeking is
called "else".


If ReturnParameterCode is "ONE", then block <ONE> should appear in the output
if ReturnParameterCode = TWO is present then block <TWO> should appear. 

if ($ReturnParameterCode eq "ONE") then ONE else if
($ReturnParameterCode eq "TWO") then TWO else ()

Please direct any follow-up questions to an XQuery list such as
xquery-talk.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://www.fromoldbooks.org/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>