5.18.6 PARSE
Two XML sources exist in the XMLParserService, the loaded source and the transformed source. Only one DOM object is active for traversal using GET, CHECK, FOREACH and NEXT commands.
The PARSE command parses the XML source and creates a DOM object.
If no SOURCE keyword is present, the default value will be *LOAD.
Syntax:
Command |
Keyword |
Value |
Developer notes for Command/Keyword/Value |
PARSE |
SOURCE |
*LOAD |
Optional. Default. Loaded source is used. |
|
*TRANSFORM |
Transformed source is used. |