Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Using %XML.TextReader 4

As it reads each node in the document model, the example...

 If (reader.NodeType = "element") {
     Write reader.Name,!
 }

...checks the type of the node. If the node is an element, then it writes its name to the current device.

FeedbackOpens in a new tab