Hi,
I have an XML document which is to have the following tags:
<step id="navigation"> ... </step id="background">
<step id="content"> ... </step>
I want to be sure, say, id="content" has children elements, say <page> and id="navigation" has specific elements of say <id> How can I ensure this?
Thanks