Re: crash when deleting XalanDocument

2009-03-03 Thread Moddy Te'eni
I'm sorry. I didn't mean to sound complaining. Reading other posts in this forum, I saw that people ask much higher-level questions than I do, and I assumed there is some book, or some page that explains the concepts (e.g. "Liaison"). Thanks, Moddy. David Bertoni wrote: > > Moddy Te'eni w

Re: crash when deleting XalanDocument

2009-03-03 Thread David Bertoni
Moddy Te'eni wrote: Moddy Te'eni wrote: My application crashes when I try to delete a XalanDocument object that was created with XalanSourceTreeParserLiaison::parseXMLStream. Should i not delete the document? And more important: Is there some documentation I can look up such things? Thanks

Re: crash when deleting XalanDocument

2009-03-03 Thread David Bertoni
Moddy Te'eni wrote: My application crashes when I try to delete a XalanDocument object that was created with XalanSourceTreeParserLiaison::parseXMLStream. Should i not delete the document? No. Read the documentation for the member function you're calling: http://xml.apache.org/xalan-c/apiDocs

Re: crash when deleting XalanDocument

2009-03-02 Thread Moddy Te'eni
Moddy Te'eni wrote: > > > My application crashes when I try to delete a XalanDocument object that > was created with XalanSourceTreeParserLiaison::parseXMLStream. > > Should i not delete the document? > > And more important: > Is there some documentation I can look up such things? > > Thank