I apologize for the probably stupid beginner question, but I wonder: when I use xquery, e.g., like:

for $x in doc("books.xml")/bookstore/book
where ...
return $x/title


the problem is, that the result XML is "far away" from the Schema and Object hierarchy; how would that work, or do I misunderstand something?!




thanks



Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to