DomException while Parsing

2002-01-11 Thread Aniruddha Shevade
Hello I get a DOmException after I call the parse() method of the DOMParser When I Try to catch the exception and retrieve teh Error MEssage, I get a empty sting ? Any help is appreciated Thanks -Aniruddha - To unsubscribe,

xerces-c-1.6.0 schemaLocation problem on FreeBSD 4.4-RELEASE

2002-01-11 Thread John Utz
hi; i can get this error with any schema and instance: bash-2.05$ /usr/home/spaz/Compile/xerces-c-src1_6_0/bin/SAX2Count Test.xml Fatal Error at file /usr/home/spaz/Xml/XMLSNs/Test.xml, line 4, char 65 Message: The schemaLocation attribute does not contain pairs of values. here is the runCon

DO NOT REPLY [Bug 5807] - Parser produces unexpected errors from 'Good' document

2002-01-11 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

Intel C++ Compiler

2002-01-11 Thread Igor Rychkov
Hello, Anyone succeeded to get Xerces work with Intel C++ Compiler 5.0 for Linux? I didn't. It built okay except that icc doesn't understand -fPIC - should be -KPIC I suppose. But the real trouble came when I tried to make my project: .../xerces-c-src1_6_0/lib/libxerces-c1_6_0.so: undefined refer

Problems building Xerces con Soalris 2.8

2002-01-11 Thread MDC A.
Hi, I want to build xerces on Solaris 2.8 with the compilers SUNWspro4.2/bin/CC and cc. I execute runconfigure like this: runConfigure -psolaris -ccc -x/utils/SUNWspro4.2/bin/CC -minmem -nsocket -tnative -rpthread and it works ok, but when I try to compile with 'make' it doesn't

problems building Xerces on Solaris 2.8

2002-01-11 Thread MDC A.
Hi, I want to build xerces on Solaris 2.8 with the compilers SUNWspro4.2/bin/CC and cc. I execute runconfigure like this: runConfigure -psolaris -ccc -x/utils/SUNWspro4.2/bin/CC -minmem -nsocket -tnative -rpthread and it works ok, but when I try to compile with 'make' it doesn't

DO NOT REPLY [Bug 5807] - Parser produces unexpected errors from 'Good' document

2002-01-11 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 5807] New: - Parser produces unexpected errors from 'Good' document

2002-01-11 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: Unexpected Schema Validation errors

2002-01-11 Thread Graham Mann
Khaled, I've build a copy of Xerces and DOMCount from the tar file found at: http://cvs.apache.org/snapshots/xml-xerces/xml-xerces_2002012945.tar.gz I believe this has fixed the Schema validation problems, however there are now document validation errors occurring that I would not expect.

RE: Transcoding XMLCh* to normal string.

2002-01-11 Thread Mark Weaver
Make a DOMString out of it and use DOMString::transcode: XMLCh* xmlstr; //... char* str = DOMString(xmlstr).transcode(); > -Original Message- > From: Henna Ilvonen [mailto:[EMAIL PROTECTED]] > Sent: 11 January 2002 09:04 > To: [EMAIL PROTECTED] > Subject: Transcoding XMLCh* to normal str

DO NOT REPLY [Bug 2869] - AIX 4.3.3 64-bit mutex/atomic-operation changes for build

2002-01-11 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: Unexpected Schema Validation errors

2002-01-11 Thread Graham Mann
Khaled, Thanks for the prompt action! (Thats the sweetener!) Any time scale for a point release? (Thats the sting) Graham Mann Adobe Systems Europe Ltd. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Transcoding XMLCh* to normal string.

2002-01-11 Thread Henna Ilvonen
Hi, I'm trying to use IDOM instead of DOM and make my existing program use it. Only problem seems to be transcoding XMLCh*-format variables to normal strings and back. Does anybody have solution? Thanks again, Henna -- Henna Ilvonen - Software Engineer I

Xerces C port to HP-UX 10.20

2002-01-11 Thread Jorge Pozo Ramirez
Sorry for resending the mail again, but I found that the library compiled for HPUX 11 cannot be used on a 10.20 machine. Please, does anyone know about a running port of Xerces ver. 1.4.0 or later for HPUX 10.20? Thank you. Jorge > Greetings. > > Anyone knows where may I fo

Re: Problems building Xerces on Solaris 2.8

2002-01-11 Thread MDC A.
Thank you very much Martin, now it works correctly. Ainhoa --- Martin Kalen <[EMAIL PROTECTED]> escribió: > > make: Fatal error in reader: Makefile.incl, line > 103: > > Unexpected end of > > line seen > > You will need GNU make to make Xerces-C (to mee, > this looks like a > complaint fro