[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

if statement inside FLWOR-expressions

Piewald, Georg georg.piewald at siemens.com
Fri Aug 22 10:22:30 PDT 2008


  if statement inside FLWOR-expressions
Hi,

I'm very new to Xquery and don't know much more than what I've read in a
tutorial. Now I have trouble with a query where I need an if-statement
inside a FLWOR-expression. The following minimal example shows the
problem:

    for $item in (1 to 5)
        if ($item < 3) then 
            let $var := 'abc'
        else
            let $var := 'def'
        return 
            <p>Text {$var}</p>

The 'if' doesn't seem to be permitted after the for, I get an error
message
  "Parse error: element name containing whitespace: unexpected token:
if"
What can I do to solve this?

Thanks, Georg



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.