You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Mahir Lokvancic <ma...@fanniemae.com> on 2002/07/29 22:05:37 UTC

C++ Xalan 1.3 problems

Using C++ Xalan 1.3

I am having the following problem: Whenever I try to modify document
using "XalanNode->appendChild()" etc. I get an exception. I presume the
default behavior is that the tree is not allowed to be modified. How do
I get around it? I tried both Xerces and Xalan DOM supports, but both
fail. Thanks!