XQuery all childNodes

I have a xml document like





<etc.>



Is there a way to start a query at and iterate through all child tags without specifing them in order to get a result?

THX

Tobias

Sorry,

I solved the problem. A little bit stupid the posting.

Sorry

Tobi

We all post questions sometimes and then immediately find the answer. But 17 people have viewed your posting, and some of them may be looking for the answer. So rather than just saying the problem is solved, it’s helpful to say what the solution was. (I imagine you used child::* or something similar?)

Michael Kay

Sorry,

forgot it.

The solution via X-Query:

DOCUMENT[.~=‘querystring’]