Hi there, I looked around and can't find a simple way of using ether xerces or xalan to quickly output a particular DOM structure into a DocumentHandler SAX interface. An ugly way of doing that would be to launch a trivial transformation on that DOM tree using Xalan, and make it output SAX events, but it seems there's got to be a better way. So, the question, once again, is how to output a DOM object into a DocumentHandler interface. (I found something called DOMParser by John Cowan, but since xalan/xerces have to do this operation internally anyway, I hope there's a way for me to do it as well without involving extra outside code)
Thanks in advance, -peter. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
