XQueryX for absolute path

What's the XQueryX syntax for representing an absolute path descending from
the root? If I have a query like

     /article

the only way I can see of writing this, given the existing DTD, is something
like

    <q:query ...>
         <q:step axis="CHILD">
              <q:identifier/>
              <q:identifier>article</q:identifier>
         </q:step>
    </q:query>

Is that correct?

Howard

Received on Saturday, 16 June 2001 20:12:51 UTC