In the script examples, it is assumed that you have declared the following variables:
Variable Name |
Variable Type |
---|---|
xmlDoc |
MSXML.DOMDocument |
copiedDoc |
MSXML.DOMDocument |
node |
MSXML.IXMLDOMNode |
procInstruct |
MSXML.IXMLDOMProcessingInstruction |
element |
MSXML.IXMLDOMElement |
nameElement |
MSXML.IXMLDOMElement |
addressElement |
MSXML.IXMLDOMElement |
textNode |
MSXML.IXMLDOMText |
nodeList |
MSXML.IXMLDOMNodeList |
loaded |
boolean |
i |
integer |
dataLength |
long |
nodeData |
string |
XMLTextField |
text |