You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Vincent-Olivier Arsenault <vi...@neuro6.com> on 2000/08/08 02:39:04 UTC

Please help: SAX Serialization Problem.

i can find tons of matches on the archive but since it's down, I can't read
anything....

i'm trying to get a thread-safe way of SAX serializing.

...

HTMLSerializer htmlSerializer = (HTMLSerializer)
htmlfactory.makeSerializer( out, htmlformat).asDocumentHandler();

This doesn't work as it returns the same DocumentHandler everytimes
asDocumentHandler() is called (seems so, because if this is called by many
threads, the last one gets all the other's output!).

please, please help me.



thanks

vincent.