SAP IXML MODIFY DOM ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Modify XML Documents
Modifies XML documents in DOM representation.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_MODIFY_ELEMENTS

ABAP_DESCRIPTION
XML data is parsed to a DOM object. An iterator is used to iterate across all nodes of the document. If the element is a text element, its content is transformed to uppercase. The modified document is rendered and displayed. See also the corresponding executable example for sXML Library.