Re: Bug on XercesC 1.5.2 ???

2001-12-13 Thread tng-xml
The DOMDocument destructor is called implicitly AFTER the Xerces is terminated. This will cause problem. Please nest the DOM code in an inner block so that reference counting recover all document storage when this inner block exits, before Terminate is called. main{ Xerces::Initialize; { //<=

Re: Exception under Windows

2001-12-13 Thread tng-xml
I think this has been fixed in Xerces-C++ 1.6. Please try this with Xerces-C++ 1.6. And if problem persists, please open a bugzilla bug. Tinny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: Changing include to include/xercesc - Summary and Vote

2001-08-17 Thread tng-xml
Tinny Ng wrote: > So far here is what I understand from Murray's proposal: > > Proposed changes to be made in the Xerces-C Project > = > 1. Xerces-C source code: all #include insides the headers (e.g. > DOMParser.hpp) and the source files (e.g. DOMParser

Re: Problem with validation and namespaces

2001-03-29 Thread tng
Tried with Xerces-C 1.3, and also failed. I would suggest you open a Bugzilla bug report so that it won't get lost. See http://xml.apache.org/xerces-c/bug-report.html for details. Tinny - To unsubscribe, e-mail: [EMAIL PROTE

Re: XML Schema support

2001-03-27 Thread tng
Yes, partial support should be available before summer. Stay tuned. Tinny - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]