DO NOT REPLY [Bug 13139] - Building Promblems on HP-UX

2002-10-10 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_b

Re: Link failure on usage of ContentLeafNameTypeVector (undefined external symbol)

2002-10-10 Thread mario.gonzalez
(Sorry for the spam) I just had a look at ContentLeafNameTypeVector.hpp, and noticed that the class isn't exported. This would mean that the actual implementation is unavailable for anyone who wishes to use it through the external API. Is this a bug, or is this really the way it's supposed to

DO NOT REPLY [Bug 13493] - Use const on static data in DOMWriterImpl.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13492] - Unintended comma expression in DOMRangeImpl.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13491] - avoid deleting through void* in DOMDocumentImpl.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13489] - missing `return' in Token.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13494] New: - use unsigned instead of signed in TraverseSchema.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13493] New: - Use const on static data in DOMWriterImpl.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13492] New: - Unintended comma expression in DOMRangeImpl.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13491] New: - avoid deleting through void* in DOMDocumentImpl.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13490] New: - new[]/delete mismatch in RangeToken.cpp

2002-10-10 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_b

Link failure on usage of ContentLeafNameTypeVector (undefined external symbol)

2002-10-10 Thread mario.gonzalez
Hi, (I'm using 2.1.0, for Win32) I'm currently working with extracting the types, their datatypes, and the content models from a schema (for storage in our database). As far as getting the type names, their content model types, datatypes, everything works fine. But when it comes to extractin

DO NOT REPLY [Bug 13489] New: - missing `return' in Token.cpp

2002-10-10 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_b

DO NOT REPLY [Bug 13488] New: - Use FILE* instead of void* for FileHandle on Linux

2002-10-10 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_b

DO NOT REPLY [Bug 13487] New: - Linux runs on many non-i386 platforms

2002-10-10 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_b

RE: audit of Xerces C++

2002-10-10 Thread Jesse Pelton
Please file a bug report with bugzilla. Otherwise, odds are good this will get lost in the shuffle. If you attach patches to correct each problem, you'll make it much easier for maintainers to make the fix, which in turn increases the likelihood that it'll happen soon (or at all). You've gone a lo

DO NOT REPLY [Bug 13485] New: - incorrect return from getWSstring

2002-10-10 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_b

audit of Xerces C++

2002-10-10 Thread Dan Gohman
I'm currently performing a rough audit of the Xerces C++ code base. Here are some of the minor issues I've found so far. util/Platforms/Linux/LinuxDefs.hpp Linux doesn't always run in little endian mode; many platforms it runs on are big endian. FileHandle can probably be `FILE*' instead o

BUG REPORTS

2002-10-10 Thread Martin Schäfer
Hi, I want to report some bugs I've found in xerces-c. I DID try to use bugzilla, but I never received an email back with a password for entering bugs. I used the code from release 2.1.0. 1) Our XML and XSD documents are created on demand by an ISAPI. Typically an XML document starts like this:

Memory leak in DOMBuilder

2002-10-10 Thread Pitt, Esmond
I am having memory leaks when parsing more than one document with a builder. It seems to me that AbstractDOMParser::fNodeStack just keeps growing and growing. DOMBuilder::resetDocumentPool doesn't help. It seems to me that the following is required: DOMDocument* DOMBuilderImpl::parse(const DOMI

Re: How to validate a XML in memory?

2002-10-10 Thread Gareth Reakes
Hi, you cannot currently do that. The best approach is to serialize it into a memory and reparse it. DOM level 3 validation will provide this functionality. Gareth On Wed, 9 Oct 2002, Paulo David Oliveira wrote: > Hi > > I've just created througth DOM a XML in memory and I want t