Re: [xml-dev] Fast text output from SAX?

From
Aleksander Slominski <>
To
Dennis Sosnoski <>
Date
2004-04-24T21:40:08Z
ID
<>
Thread
Re: [xml-dev] Fast text output from SAX?
hi Dennis,

did you look on XmlPull.XmlSerializer implementation in XPP3?

it is very similar to SAX2 and was meant to give good performance ...

thanks,

alek

Dennis Sosnoski wrote:

> Does anyone have a recommendation for a fast SAX2 handler (Java) that 
> generates text XML output? I need something that's reasonably 
> complete, including comments, CDATA sections, etc. Ideally it should 
> also use the reported namespace prefix mappings (rather than making up 
> its own prefixes) and should generate empty elements where appropriate.
>
> This is for running performance tests related to the binary XML 
> thread. I've been using a modified version of David Megginson's 
> XMLWriter for prior tests, but I don't think that's very optimized and 
> I want to give text the best shot I can (without actually writing my 
> own code for this...).
>
> Thanks for any suggestions,
>
>  - Dennis
>


-- 
The best way to predict the future is to invent it - Alan Kay