Title: 0x1A Character
Hi All,
I have a question regarding an Invalid XML character and Xerces behavior pertaining to it. Apologize since my questions are not completely Xerces specific.
Recently, we found out that some of our XML text nodes contain the 0x1A character. This causes the Xer
Even on newer version of gcc (3.3.1), wchar_t is 32 bits, so it is not
compatible with XMLCh. We had the same problem, our code has to run on
multiple platforms. We have written conversion routines that convert
from wstring to XMLCh and back for Unix platforms. On windows, both are
16 bit and c
Title: RemoveChild() Question...
Hi all,
I have a couple of question on RemoveChild() method in DOMNode class. We are using Xerces 2.2.0. Any help would be appreciated.
1. After I call RemoveChild(), do I still have to call release() on the returned object to free up the memory?
2.
Title: Message
Are
you using the Debug DLL in release project? We have seen similar errors
before when we accidentally have run against a debug library in release project
or the other way around.
Ravin
-Original Message-From: Nathan Smith
[mailto:[EMAIL PROTECTED] Sent: Thursday,
Title: More release() questions...
Hi All,
I am just getting back to the xerces-c-dev mailing list after a long time. I did browse the archives before posting, so sorry if I may have missed any response on this.
From what I understand, just releasing element nodes does not free up the mem