Chris Cheung <[EMAIL PROTECTED]> writes: > My project uses both DOM parsing and SAX parsing. DOM parsing is for > some small-scale XML configuration file and the application will > traverse the DOM Tree directly using the API of XML-Xerces. We use > SAX for parsing some VERY LARGE XML data file which transform the > XML data into some Perl data structure with filtering. > > I will try to list all API we are currently as soon as possible.
There are 5 major API's that I need to consider: * XercesDOMParser * DOMBuilder * SAXParser * SAX2XMLReader * DOMWriter Let me know which of these you are most concerned with. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
