DO NOT REPLY [Bug 7706] New: - XMLString::lowerCase() does not work

2002-04-02 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: Usage of MemBufInputSource

2002-04-02 Thread Martin Kalen
Yes, you should delete the object created by operator new by calling operator delete. E.g: delete memBufIS; memBufIS = 0; You might also want to revise how you deallocate the memory returned by DOMString::transcode(), since you are now mixing the C++ operator new[] and the C-library's free() whi

Usage of MemBufInputSource

2002-04-02 Thread Arun Ramdas
I am creating an inputsource stream from the xml string using, MemBufInputSource *memBufIS = new MemBufInputSource((const XMLByte *) request, (sizeof(char) * strlen(request)), gSystemId, false); then my code piece goes like this, bool hasErrors = false; try { SA_Parser->parse(*memBufIS);

DO NOT REPLY [Bug 7701] - NameIdPoolEnumerator copy constructor should call base class dito

2002-04-02 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 7701] - NameIdPoolEnumerator copy constructor should call base class dito

2002-04-02 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 7701] New: - NameIdPoolEnumerator copy constructor should call base class dito

2002-04-02 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 7698] New: - filenames with embedded spaces in schemaLocation strings not handled properly

2002-04-02 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: Xerces License

2002-04-02 Thread Jason E. Stewart
Hi Bill, "dressel, bill" <[EMAIL PROTECTED]> writes: > EMC is considering using the Xerces XML software. The license > agreement states that this is based upon IBM software covered by an > IBM Copyright. Does the use of this software infringe on any > intellectual property rights of IBM? Any

Xerces License

2002-04-02 Thread dressel, bill
EMC is considering using the Xerces XML software. The license agreement states that this is based upon IBM software covered by an IBM Copyright. Does the use of this software infringe on any intellectual property rights of IBM? Any help you can provide to clarify this will be much appreciated. B

DO NOT REPLY [Bug 7555] - Enable AIX build with newer xlC versions

2002-04-02 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: Problems using

2002-04-02 Thread Khaled Noaman
Hi Jim, We have put a fix in CVS. Would you please download the latest code and try again? FYI, here is the diff: RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/QName.cpp,v retrieving revision 1.1.1.1 diff -r1.1.1.1 QName.cpp 417,419c417,421 < return (XMLString::compareString(fPrefix, qname.g

DO NOT REPLY [Bug 7243] - Base64 encoding is not working

2002-04-02 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

Memory problems: Loading and unloading my DLL

2002-04-02 Thread Anthony Hook
Hello. I've just created a DLL (VC++ 6.0), and my program loads and unloads it very often. So my pupils are complaining about the excesive waste of memory by my program. I've been reading Microsoft's page: The CWinApp destructor in MFC included with Visual C++ 4.2 and later now frees the data

xerces-c-dev-subscribe fellner@gimbio.de

2002-04-02 Thread Markus Fellner
xerces-c-dev-subscribe [EMAIL PROTECTED] subscribe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Access of XML script rom web server

2002-04-02 Thread Rittu Mathew Koshy
Hello,   I have a query regarding accessing an XML script from a web server. What are the different methods available for an XML parser to access the script from web server?   Regards Rittu   **Disclaimer Information

RE: IDOM: increasing memory

2002-04-02 Thread Erik Rydgren
There is a "nasty" work-around. Create a new document. Import whole structure. Delete old document. Not very efficient but you can use it to clean up the mess when you need the memory back. Regards Erik Rydgren Mandarinen systems AB Sweden -Original Message- From: Lenny Hoffman [mail