Ovanes Markarian wrote:
Hello all,

I would like to build up XalanDocument node by node using createElement etc. 
DOM function. I would
not like to do it using the SAX implementation or from the Xerces-C layer. Are 
there any samples
on doing this?
It's very difficult, as the implementation is optimized to be read-only, and there is not a lot of flexibility during construction.

You might take a look at the class XalanSourceTreeContentHandler to see how it works in response to SAX2 events.

Dave

Reply via email to