DO NOT REPLY [Bug 21990] - ICULCPTranscoder::transcode memory leak

2003-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21990] - ICULCPTranscoder::transcode memory leak

2003-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22178] - XMemory is incompatible with Visual C++ debug macros

2003-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22699] New: - Memory Leak when remote-DTD occurs in XML-file

2003-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22693] - Memory leak in xerces library

2003-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22693] - Memory leak in xerces library

2003-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22693] New: - Memory leak in xerces library

2003-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: output umlaut with xerces-c 2_3_0

2003-08-25 Thread Paul Schneider
Paul Schneider wrote: I'm successfully parsing an xml document with the header with xerces-c 2_3_0 and writing into a file. All my umlaut characters are output as "?", no exceptions are thrown, however. I also tried the SAX2Printer in the sample section, same thing. Is there a way to do this? T

Re: SAX-Parser does not validate (DTD)

2003-08-25 Thread Heiko Faasch
Hi Neil, I've tried setting useCachedGrammarInParse, but that did not have any effect. I also tried to use an EntityResolver, returning my DTD in the memory buffer to the parser and using a statement in the xml file, but then all I get is a runtime exception because the dtd could not be opened (w

Some Japanese characters cant be validated in the XML fields??

2003-08-25 Thread Birinder Singh
Hi I am using the following in my code using the xerces lib 2.10 XMLCh name[2]; name[0] = c; name[1] = L'\0'; isNameStart = XMLString::isValidName(name); to validate the first character (c) in the PI of an xml For some Japanese chars like '比' (0xE494) I ca

Re: SAX-Parser does not validate (DTD)

2003-08-25 Thread Heiko Faasch
Hi, no, since I don't have a DTD file, but only one in a memory buffer. My understanding of the process is that the parser is using the grammar I've told him to load to validate the next xml file it's parsing (what it does not). But correct me if I'm wrong... Thanks, Heiko > Hi, > do you have