XmlElement: Access to the Content of XML Documents
- Updated2025-04-30
- 1 minute(s) read
XmlElement: Access to the Content of XML Documents
Introduced in PAtools 8.0 upgrade 04/2021
The xmlElement data type is used to map the contents of an xml document. The content of an xml element can be attributes, namespaces, other xml elements, comments or simply data.
Definition Options
Data Type | Global | Local |
---|---|---|
xmlElement | — | ✔ |
In PAscript variables with the xmlElement data type can be defined locally in program code, in classes or in PAscript functions. A declaration as a global variable in the section globals is not possible.