XMLDocument script object
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Building applications
A JavaScript object wrapper for parsing and extracting XML data from an XML document (String).
Use this Javascript class to instantiate an object from an XML string, usually a return value from a Web Service invocation, or the XML payload of ECC Queue. Using the XMLDocument object in a Javascript business rule lets you query values from the XML elements and attributes directly.
Constructor
Locating nodes and elements
Getting attribute values
An attribute is just an extension of a node and so it has all the same APIs.