Ovanes Markarian wrote:
It's very difficult, as the implementation is optimized to be read-only, and there is not a lot of flexibility during construction.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?
You might take a look at the class XalanSourceTreeContentHandler to see how it works in response to SAX2 events.
Dave