While developing the new native Office Open XML import filters I played around with some ideas how to speed up the import using the SAX interface. The outcome is a proposal for a new SAX API that uses integers for known XML names. In this context, known XML names are strings that a handler component can convert from utf8 to integer. This handler is implemented by the filter developer and registered at the new parser. The parser also deals with namespaces and with individual contexts for element imports.
Please have a look at the WIKI [1] for a little overview of the new interfaces. The new API and parser is currently not integrated in the main source. If you like to play around with the new parser you have to get the sources from the child workspace xmlfilter02. The API is defined in the offapi project and the new parser is implemented in the sax project. Please tell me what you think about it. Regards, Christian [1] http://wiki.services.openoffice.org/wiki/FastParser --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
