XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
- XQuery Help and Discussion (2017)
-> + Little Help :))) (2)
-> + Xquery tag position (2)
-> - Can I connect to MonetDB/XQuer... (1)
-> + Is there a way to format a num... (2)
-> + Please help convert SQL query ... (3)
-> + Connect to SQL Server Express ... (3)
-> - Convert HTML to XML within C# ... (1)
-> + return different result based ... (7)
-> + Java Heap Space (2)
-> + XQuery Results export to multi... (3)
-> + NO RETURN (5)
-> + Part of a csv into a current X... (3)
-> + How to escape ampersand in xqu... (2)
-> + How to Convert CSV lines to in... (5)
-> + Data connection Stylus Studio ... (2)
-> + Nested XQuery FLOWRs with RDBM... (3)
-> - observing xquery at work (2)
-> ->observing xquery at work
-> + alternative for 'exists' (4)
-> + Xquery and webpages how? (2)
-> + Help with another DataDirect p... (5)
-- Previous [121-140] [141-160] [161-180] Next
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
David RogersSubject: observing xquery at work
Author: David Rogers
Date: 25 Jul 2009 12:42 PM
Hi There,

I am learning xquery and trying to start thinking functionally, rather than procedurally - this is a painful transition.

Anyhow, when I learnt things like "for" loops in OO programming, I would do little things like output to screen a counter, or some uniquely identifiable text, so that I could observe exactly what was going on. I'm having a lot of troublg doing this in xquery, on account of the fact that variables cannot be changed, once assigned.

So as an example, I have a query that sets up two "for" statements - an inner one and an outer one (see below). Many of the elements in the result-set are identical, so I can't observe exactly how the output was arrived at. I tried to implement a counter (but I kinda knew that wouldn't work before I even tried).

Can anyone please give me a couple of tips which might be helpful in observing exactly how results are arrived at. E.g. I'm looking for a way to print out something unique with each element that is output by my nested for statements.

My query looks like this:

let $store := doc("stores.xml")//store
for $store1 in $store
for $store2 in $store
for $prod1 in $store1/product
for $prod2 in $store2/product
return
<elem>{$prod1/@pid, $prod1/name/text()</elem>

Thanks

Posttop
David RogersSubject: observing xquery at work
Author: David Rogers
Date: 26 Jul 2009 04:15 AM
I just discovered the "at" keyword.

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.