To access DOMParser object from EntityReolver

2003-03-18 Thread Shirish Kulkarni
Hi, The xerces DOMParser is observed to be crashing ( as a known bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8011 ) if specified Schema file is missing. To avoid this, I am having the following proposal + if the file to be opened is found to be missing + then disable the schema / name

DO NOT REPLY [Bug 18120] New: - Building Makefiles on Tandem(OSS)

2003-03-18 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 17633] - Empty complex type definition is always non-mixed even if declaration says otherwise

2003-03-18 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 16968] - XercesDOMParser generates whitespace text nodes

2003-03-18 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 16930] - DOMWriter's setNewLine() function doesn't work

2003-03-18 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 16826] - RefVectorOf.c has errors in strict ANSI mode

2003-03-18 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 16652] - data from CDATA section is not passed for validation

2003-03-18 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 16151] - Memory leak in DTDScanner with ill-formed DTD declaration

2003-03-18 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 14912] - Crash in the schema validator

2003-03-18 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 10482] - XMLUri crashes with empty fragment.

2003-03-18 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 18063] - References to attributeGroup/group definition are not allowed to have annotations

2003-03-18 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 18063] - References to attributeGroup/group definition are not allowed to have annotations

2003-03-18 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

Can't compiler xerces with GNU g++ on IRIX 6.5...

2003-03-18 Thread Nick Ton
Hi, I am able to compile the xerces parser using the native compiler. However I have another Open Source software that only seems to compile using GNU g++ compiler. So I am trying to attack this compilation problem on both front. I was wondering if anyone has been able to compile the xerces par

DO NOT REPLY [Bug 18063] - References to attributeGroup/group definition are not allowed to have annotations

2003-03-18 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: was: cannot compile my simple example: now: Problems with libstdc++

2003-03-18 Thread Andreas B. Thun
Finally, I linked libstdc++.so.2.7.1 to libstdc++.so.5.0.0 (see below) and the parser works, but I am a bit nervous about this. Does anybody know, why the libstdc++.so.2.7.1 is needed? /usr/local/lib> -rw-r--r-- 1 root other8522420 Feb 3 17:08 libstdc++.a -rwxr-xr-x 1 root other

DO NOT REPLY [Bug 18063] - References to attributeGroup/group definition are not allowed to have annotations

2003-03-18 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: cannot compile my simple example

2003-03-18 Thread Andreas B. Thun
Ah, yes. Good hint. Compilation runs now but linking is bad: linking: g++ -I/xerces/xerces-c-src2_2_0/include -L/xerces/xerces-c-sr 2_2_0/lib -lxerces-c \ -o DomParse DOMPrintErrorHandler.o DOMTreeErrorReporter.o DomParse.o /bin/ld: warning: libstdc++.so.5, needed by /user/abt/xerces/xerc

Re: cannot compile my simple example

2003-03-18 Thread Alberto Massari
At 11.56 18/03/2003 +0100, Andreas B. Thun wrote: Hi! I want to parse an XML file for it's elements and attributes (I´d like to use the DOM parser). Unfortunately I get errors when compiling my simple program DomParse.cpp. The makefile seems ok to me but it is obv. not Can anybody help? Regards, A

cannot compile my simple example

2003-03-18 Thread Andreas B. Thun
Hi! I want to parse an XML file for it's elements and attributes (I´d like to use the DOM parser). Unfortunately I get errors when compiling my simple program DomParse.cpp. The makefile seems ok to me but it is obv. not Can anybody help? Regards, Andi My program DomParse.cpp: ---

DO NOT REPLY [Bug 13889] - WinSockNetAccessor fails to connect to IIS

2003-03-18 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 13889] - WinSockNetAccessor fails to connect to IIS

2003-03-18 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 13889] - WinSockNetAccessor fails to connect to IIS

2003-03-18 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 13889] - WinSockNetAccessor fails to connect to IIS

2003-03-18 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 13889] - WinSockNetAccessor fails to connect to IIS

2003-03-18 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