sapdev logo background
sapdev logo sapdev logo
Comments

SAP ABAP XML LIBS documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

Class Libraries for XML
Two libraries delivered as part of AS ABAP permit the editing of XML data based on classes and interfaces:
  • iXML Library

  • The "integrated" XML Library provides methods for parsing XML
    data in XML 1.0 format to DOM representation, for editing a DOM representation, and for rendering a DOM representation in XML data. iXML Library supports DTD s ( Document Type Definitions ).
  • sXML Library

  • The "serial" XML Library provides methods for iterative processing of XML data in various formats. An XML reader reads XML data, node by node. An XML writer writes individual nodes in XML data. sXML Library supports JSON .
    Objects in both libraries can be used as the source or target of the statement CALL TRANSFORMATION .
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    ABAP_XML
    ABAP_XML_OBSOLETE




    comments powered by Disqus