sapdev logo background
sapdev logo sapdev logo
Comments

SAP IXML PARSING ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

iXML Library, Parse to DOM
Parses simple XML data to a DOM representation.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
XML data is first transformed to an input stream object and the object is then imported into a DOM object using a parser object. If parsed successfully, the nodes of the DOM object are compiled as output texts in the method process_dom .
An iterator is used to access the nodes. Each element is
checked to see whether it has attributes. Existing attributes are then read.
If the XML data has errors, for example because a closing tag was renamed, the method process_errors is executed and the appropriate error message is displayed.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




IXML_PARSE_RENDER_TOKEN_ABEXA
IXML_RENDER_ABEXA




comments powered by Disqus