我想遍历if_ixml_document的整个节点.这是最好的方法吗?
请查找示例文档.
<text>
<id>
<guid auto="false">
432543254543
</guid>
</id>
<title>
<short_title italics="on">
<bold language = "german">
"Hello"
</bold>
</short_title>
</title> </text>
Run Code Online (Sandbox Code Playgroud)
在本文档中,我需要遍历节点<text>, <id>, <guid> , <title>, <short_title>, <bold>等.
提前致谢
问候,亚历克斯