DOM Get XML information
DOM Get XML information ( elementRef ; xmlInfo ) -> Function result
Parameter | Type | Description | |
---|---|---|---|
elementRef | Text | → | XML root element reference |
xmlInfo | Integer | → | Type of information to get |
Function result | String | ← | Value of the XML information |
Description
The DOM Get XML information command retrieves diverse information about the XML element designated by elementRef.
In xmlInfo, pass a code indicating the type of information to be retrieved. You can use the following predefined constants, located in the XML theme:
Constant | Type | Value | Comment |
---|---|---|---|
DOCTYPE Name | Longint | 3 | Name of the root element as defined in the DOCTYPE marker |
Document URI | Longint | 6 | URI of the DTD |
Encoding | Longint | 4 | Encoding used (UTF-8, ISO...) |
PUBLIC ID | Longint | 1 | Public identifier (FPI) of the DTD to which the document conforms (if the DOCTYPE xxx PUBLIC tag is present). |
SYSTEM ID | Longint | 2 | System identifier |
Version | Longint | 5 | Accepted XML version |