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

Problem with SubFlowr-Expr

John Snelson john.snelson at oracle.com
Fri May 11 01:49:51 PDT 2007


  Problem with SubFlowr-Expr
This is an operator precedence problem - you need to enclose the two 
element constructors in the return expression with parentheses and use a 
comma operator to concatenate them into a sequence:

                 return (
                     <description>{$a/description/text()}</description>,
                     <review>This is the Error</review>)

John

http://x-query.com/mailman/listinfo/talk wrote:
> Hi all,
> I have some wierd problems with a xquery syntax. The query lokks like this:
> 
> declare variable $book external;
> declare variable $books external;
> 
> <Books>
>     {
>     for $bid in $book/books/book
>     let $b := $books/Import/Row
>     return
>         <Book>
>             <id>{$bid/id/text()}</id>
>             <ddd>jj</ddd>
>             {
>                 for $a in $b[xs:integer(./id/text()) eq 
> xs:integer($bid/id/text())]
>                 return
>                     <description>{$a/description/text()}</description>
>                     <review>This is the Error</review>
>             }
>         </Book>
>     }
> </Books>
> 
> 
> The Query could not be parsed, because after the element description, in 
> the subflowr, the parser expects an }. I didn't know, what ist wrong 
> with it! Can anyone help me? I would be grateful!
> 
> Thx
> mfw
> _______________________________________________
> http://x-query.com/mailman/listinfo/talk
> http://x-query.com/mailman/listinfo/talk



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.