Entering content frame

Process documentation Processing XML Using SAX Locate the document in its SAP Library structure

Purpose

SAX uses the callback approach to parse an XML document. Greater efficiency is therefore achieved for parsing large XML documents

Process Flow

We will introduce the most important methods and interfaces that are used when processing an XML using SAX. The list follows below:

·        org.xml.sax.ContentHandler

·        org.xml.sax.Attributes

 

Leaving content frame