|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Problem with SubFlowr-Exprflorianwendland at freenet.de florianwendland at freenet.deFri May 11 02:27:56 PDT 2007
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
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






