DO NOT REPLY [Bug 7307] New: - DOM Parser's ErrorHandler Class's fatalError() function generates Segmentation Fault

2002-03-20 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

IDOM class hierarchy

2002-03-20 Thread Martin Kalen
Xerces-C 1.7.0 IDDOMImplementation.hpp:92: warning: `class IDDOMImplementation' only defines private constructors and has no friends Is this as designed? I have no knowledge of the IDOM implementation, but see that IDNodeImpl.cpp includes IDDOMImplementation.hpp and a "friend class IDNodeImpl;"

RE: undefined symbol error xercesc1.6

2002-03-20 Thread Avula, Raj
I have changed AIXPlatformUtils.cpp file to use pthread_mutexattr_settype (attr, PTHREAD_MUTEX_RECURSIVE); instead of //pthread_mutexattr_setkind_np(attr, MUTEX_RECURSIVE_NP); And that solves my problem. As both of the above funcitons do the same thing, I think it works. Please let me know if

DO NOT REPLY [Bug 7301] - Redundant range-check in HexBin.cpp

2002-03-20 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 7301] New: - Redundant range-check in HexBin.cpp

2002-03-20 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 c++ parser + icu + borland c++ builder ??

2002-03-20 Thread Alper Ozer
Thank you very much for your tips Don, Especially turbopower xmlpartner professional is a very good solution for borland programmers but it costs a bit. I have read the microsoft's xml parser but I think it has some limitations especially on multithreading. I will go on research other third part

Re: msvcrtd.dll

2002-03-20 Thread Martin Kalen
From: "David N Bertoni/Cambridge/IBM" <[EMAIL PROTECTED]> > You can use dumpbin.exe to determine DLL dependencies. For the GUI-folks, there is also the dependency walker (depends.exe) that comes with Visual Studio. Latest version is available from the following URL: http://www.dependencywalker.co

undefined symbol error xercesc1.6

2002-03-20 Thread Avula, Raj
Hi, I am trying to build xerces1.6 on AIX with xlC366. And I am getting following linker error. I tried including /usr/lib/libpthreads.a. It does not help. Can any body let me know how can I fix this. ld: 0711-317 ERROR: Undefined symbol: .pthread_mutexattr_setkind_np make[1]: *** [/hom

Re: Sources for Unix...

2002-03-20 Thread Martin Kalen
> xerces-c-src1_7_0.tar.gz doesn't contain any sources... Sure it does... what did you use to unpack it and on which operating system? Your must use a GNU-compatible unzip/untar suite, e.g. "tar xzvf" on Linux. Also note that the $XERCESCROOT/src tree is re-structured to $XERCESCROOT/src/xercesc

Re: msvcrtd.dll

2002-03-20 Thread David N Bertoni/Cambridge/IBM
The debug build does. You can use dumpbin.exe to determine DLL dependencies. Dave "Bavishi,

Sources for Unix...

2002-03-20 Thread Daniela . Stasyszyn
Just letting you know that xerces-c-src1_7_0.tar.gz08-Mar-2002 11:34 6.6M Latest Stable Source Package for Unix's doesn't contain any sources... Thanks, Daniela. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

msvcrtd.dll

2002-03-20 Thread Bavishi, Pankaj
Does xercesc depend on msvcrtd.dll by any chance? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XMLFilter source

2002-03-20 Thread Aaron Ingram
I implemented XMLFilter and XMLFilterImpl. I only lightly tested it and only in a VC6 W2K environment. Use at your leisure. Let me know if you have any questions. -Aaron Ingram __ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://s

DO NOT REPLY [Bug 7297] New: - validation of schema included in document fails with improper error

2002-03-20 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: gcc 2.95.2 on HP-UX

2002-03-20 Thread Bhushan Khanal
We managed to compile and run with gcc 2.95.2 after making some modifications to both the build scripts and also a few source files. Essentially, * Add -D__POSIX_C_SOURCE=199506L compiler switch * Add "#include " to ./idom/IDDocumentImpl.hpp & ./parsers/IDOMParser.cpp * Exclude the "#if defined (

DO NOT REPLY [Bug 7292] - Changes required to build with gcc 2.91 on hpux and aix

2002-03-20 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 7293] New: - Changes required to build with gcc 2.95.2 on hpux and aix

2002-03-20 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 7292] New: - Changes required to build with gcc 2.91 on hpux and aix

2002-03-20 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

dlopen

2002-03-20 Thread Miroslaw Dobrzanski-Neumann
Hi, just one question Can/may xerces library be dlopened preferably many times in same process from different modules? regards -- Miroslaw Dobrzanski-Neumann MOSAIC SOFTWARE AG Base Development and Research Tel +49-2225-882-291 Fax +49-2225-882-201 Office: [EMAIL PROTECTED] Home: [EMAIL PROT

gcc on HP-UX

2002-03-20 Thread Jan Sundqvist
Hi, My intention is to use Xerces C++ on HP-UX with gcc compiler. This combination is not in the list of supported platforms. I tried the binary for aCC but it did not work with gcc... I see from the mail archive that there are people that have tried gcc on HP-UX, but I can't figure out if it re

I have windows-1251 encoding module

2002-03-20 Thread Emil Georgiev
Hello! I am from bulgarian software company DISY. In Bulgaria most common code page is windows-1251 (also known as CP-1251) My colleague Lubomir Chorbadjiev made module for Xerces-C for supporting this CodePage and gave me a permission to ask you if you would like to include it on the project.

DO NOT REPLY [Bug 7281] New: - Build fails on AIX platform

2002-03-20 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 7278] New: - Memory leak in XMLReaderFactory::createXMLReader

2002-03-20 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