4D v16.3

DOM Get XML information

Home

 
4D v16.3
DOM Get XML information

DOM Get XML information 


 

DOM Get XML information ( elementRef ; xmlInfo ) -> Function result 
Parameter Type   Description
elementRef  String in XML root element reference
xmlInfo  Longint in Type of information to get
Function result  String in Value of the XML information

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



See also 

XML GET ERROR

 
PROPERTIES 

Product: 4D
Theme: XML DOM
Number: 721

This command can be run in preemptive processes

 
HISTORY 

Modified: 4D 2004

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)