David Cargill is out of the office.

2004-02-17 Thread David Cargill
I will be out of the office starting 02/18/2004 and will not return until 04/04/2004. I will try to periodically check mail, however I may not respond to your message until I return. - To unsubscribe, e-mail: [EMAIL PROTECT

DO NOT REPLY [Bug 27021] - XMLGrammarPoolImpl::deserializeGrammars() has a memory leak

2004-02-17 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 27021] New: - XMLGrammarPoolImpl::deserializeGrammars() has a memory leak

2004-02-17 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

getElementById, parser setting interaction

2004-02-17 Thread Joanne Bogart
Is the following a bug or a feature? (Sorry it takes a while to explain.) I have a moderately large XML document which, for maintainability, is divided into about 25 physical files, included using entity references. It's validated with respect to a dtd (also in a separate file). It has lots of el

DO NOT REPLY [Bug 27019] New: - XMLSchemaDescriptionImpl::getLocationHints() return non-const object

2004-02-17 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 26980] - XMLStringPool is not useful as a base class

2004-02-17 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 27010] - DOMBuilder::parseURI should use EntityResolver

2004-02-17 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 26980] - XMLStringPool is not useful as a base class

2004-02-17 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 27010] New: - DOMBuilder::parseURI should use EntityResolver

2004-02-17 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: Size of a DOM document?

2004-02-17 Thread Jesse Pelton
Title: Message Speaking of copyright info, it looks to me like the email policy included at the bottom of your posts precludes list readers from "reviewing" your messages. Anyone at all could participate in the list; I think it would be hard to argue that you chose each individual subscriber

DO NOT REPLY [Bug 26980] - XMLStringPool is not useful as a base class

2004-02-17 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: Size of a DOM document?

2004-02-17 Thread Saraogi, Vikas
Title: Message Is it possible to find out how much the node is consuming in memory? I don't want to serialize each node before adding them to a document.  I don't want to get an exact size of the document, just an approximation.   What I am intending to do is somehow find the size of a node,

DO NOT REPLY [Bug 26980] - XMLStringPool is not useful as a base class

2004-02-17 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 27008] New: - EntityResolver( XMLResourceIdentifier* ) not implemented in XSDDomParser

2004-02-17 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: Linking Xerces C++ statically

2004-02-17 Thread Erik Rydgren
We link Xerces statically with MS devstudio. How to do it: - First change the project type from dll to static lib. - Remove the Win32MsgLoader from the project and add the InMemMsgLoader instead. - Change the project settings to define XML_USE_INMEM_MESSAGELOADER instead of USE_WIN32_MESSAGELOADER