Re: A minor documentation typo

2003-11-19 Thread Neil Graham
Thanks Neil, I've committed the patch. Cheers! Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED]

A minor documentation typo

2003-11-19 Thread Neil Delima
Noticed a minor documentation typo for Xerces-C in Supported Properties in SAX2XMLReader ( http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties) which states that "Property values can be queried using the function void* SAX2XMLReader:: getFeature(const XMLCh* const). " Here's a

DO NOT REPLY [Bug 24833] - Archived Xerces C++ 2.1.0 fails pgp signature check

2003-11-19 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 24833] - Archived Xerces C++ 2.1.0 fails pgp signature check

2003-11-19 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 24833] - Archived Xerces C++ 2.1.0 fails pgp signature check

2003-11-19 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 24833] - Archived Xerces C++ 2.1.0 fails pgp signature check

2003-11-19 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 24833] New: - Archived Xerces C++ 2.1.0 fails pgp signature check

2003-11-19 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: unresolved external error...

2003-11-19 Thread Vitaly Prapirny
Sameer Oak wrote: I'm building xerces-c-src_2_3_0 libraries. I'm using Borland C++ 5.5.1 compiler and Windows 98 OS. Earlier, I faced problem in compiling, the errors were regarding overloaded operator delete in class MemoryManager. I picked a the hpp and cpp files under utils from CVS. The compila

Re: the earlier releases...

2003-11-19 Thread Michael Glavassevich
Hi Sameer, The XML Apache archives are located here: http://archive.apache.org/dist/xml/ On Wed, 19 Nov 2003, Sameer Oak wrote: > The current release is 2.3.0 > Where can I find the earlier releases? > > Thank you. > sameer oak. --- Michael Glavassevich XML Parser Develo

the earlier releases...

2003-11-19 Thread Sameer Oak
The current release is 2.3.0 Where can I find the earlier releases? Thank you. sameer oak. * Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is prot

Re: unresolved external error...

2003-11-19 Thread Sameer Oak
Hello David(David Lopez): I read your post on the archive. It read this message: --- I has had the same problem (some linker symbol missings) using the BCB6, but I solved them simply adding "these files" to the project. --- Kindly let me know what those files were. Also, kindly take a few efforts

unresolved external error...

2003-11-19 Thread Sameer Oak
Hello. I'm building xerces-c-src_2_3_0 libraries. I'm using Borland C++ 5.5.1 compiler and Windows 98 OS. Earlier, I faced problem in compiling, the errors were regarding overloaded operator delete in class MemoryManager. I picked a the hpp and cpp files under utils from CVS. The compilation went

Re: delete operator redclaration problem.

2003-11-19 Thread Vitaly Prapirny
Hello ! Sameer Oak wrote: I've borlandC++ 5.5.1 compiler and the OS is Win98. I'm trying to compile the xerces-c-src_2_3_0 libraries. I'm facing following problem: --- Error E2238 ..\..\..\..\..\src\xercesc/util/XMemory.hpp 119: Multiple declaration for 'XMemory::operator delete(void *)' Error E234

delete operator redclaration problem.

2003-11-19 Thread Sameer Oak
Hello. I've borlandC++ 5.5.1 compiler and the OS is Win98. I'm trying to compile the xerces-c-src_2_3_0 libraries. I'm facing following problem: --- Error E2238 ..\..\..\..\..\src\xercesc/util/XMemory.hpp 119: Multiple declaration for 'XMemory::operator delete(void *)' Error E2344 ..\..\..\..\..\