logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: C++ Xalan 1.3 problems: msg#00353

Subject: Re: C++ Xalan 1.3 problems



You'll need to use the Xerces DOM if you want a DOM that is modifiable.
The documentation has examples for use-cases when you want to use the
Xerces DOM as input to Xalan.

Dave



                                                                                
                                                         
                      "Mahir Lokvancic"                                         
                                                         
                      <mahir_lokvancic@fan         To:      
xalan-dev@xxxxxxxxxxxxxx                                                     
                      niemae.com>                  cc:      (bcc: David N 
Bertoni/Cambridge/IBM)                                         
                                                   Subject: C++ Xalan 1.3 
problems                                                       
                      07/29/2002 01:05 PM                                       
                                                         
                      Please respond to                                         
                                                         
                      xalan-dev                                                 
                                                         
                                                                                
                                                         
                                                                                
                                                         



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!










<Prev in Thread] Current Thread [Next in Thread>