I want to traverse through the entire nodes of an if_ixml_document. which is the best way to do this?
Please find the sample document.
<text>
<id>
<guid auto="false">
432543254543
</guid>
</id>
<title>
<short_title italics="on">
<bold language = "german">
"Hello"
</bold>
</short_title>
</title> </text>
In this document, i need to traverse through the nodes <text>, <id>, <guid> , <title>, <short_title>, <bold>
etc.
Thanks in advance
Regards, Alex