General downloads

SAX Management

Author
Jan Hoek  
Category
General downloads
Date
31/01/2003
Size
100,82 KB
Downloads
1164
MD5 digest
DA320416A356B43540AC0AB8DBC3058A
Rating
54321
Popularity
Downloaded 1 time in the last two weeks
SAX (Simple API for XML) is an event-based parser for XML documents. For every part (e.g. element, attribute) of the XML document it finds, SAX raises an event, which can subsequently be handled by external code. This approach has a major performance advantage over using the XML DOM, because it is not necessary to keep the entire document in memory during the parsing process. Since C/AL lacks support for interfaces, and SAX depends on them, this OLE server is required to translate events from SAX to C/SIDE.
Download this file