Re: Problems building Xerces on Solaris 2.8

2002-01-10 Thread Martin Kalen
> 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 from the SUN maker). Sunfreeware.com has pre-complied binaries for you at http://www.sunfreeware.com/ (look for "make-3.79.1"). Go

Xerces 1.60 on AIX using gcc/g++

2002-01-10 Thread P Chiang
I was trying to build the Xerces 1.60 using gcc/g++ on AIX 4.3. Following the instructions, I was able to build all of the object files. At the linking stage, however, the link requires "makeC++SharedLib_r". My system does not have xlC installed. Does this mean that I cannot use gcc/g++ on AIX

URLInputSource and misbehaving CGI/URL

2002-01-10 Thread Jeremy Ford
I am working on a project which must retrieve XML data from a cgi program running on another server. I am using Xerces 1_5_2 for Windows. I believe that the standard distribution uses the WinSock NetAccessor to retrieve data from a URL. I am using a URLInputSource with the appropriate URL and p

Re: possible bug

2002-01-10 Thread joseph_kesselman
Not a bug. > is a legal text character in XML, since context allows determining whether it's text or the end of an element tag. See the XML Recommendation, and/or a good XML tutorial. - To unsubscribe, e-mail: [EMAIL PROTECTED]

possible bug

2002-01-10 Thread Jason Jesso
I'm not quite sure why this works. In my mind it should give me an xml error. 232:mercury:jjesso> cat _foo.xml >hello foo 232:mercury:jjesso> /usr/local/xml4c3_5_1-AIX43/bin/DOMPrint _foo >hello foo 232:mercury:jjesso> Does anybody happen to know? Thanks -

Re: How to setPublicId for DocType using DOM API?

2002-01-10 Thread Lihong Pei
Jesse, Thank you very much for your help! Lihong Jesse Pelton wrote: > publicID is the second parameter to > DOM_DOMImplementation::createDocumentType() (see > http://xml.apache.org/xerces-c/apiDocs/class_DOM_DOMImplementation.html#a4). > You create a document type, then pass it to > DOM_DOMImp

Re: Unexpected Schema Validation errors

2002-01-10 Thread Khaled Noaman
Graham, I have put a fix in CVS and updated bugzilla. Khaled Graham Mann wrote: > Khaled, > > Thanks for the reply - I've created a bug report - let me know if you require more >information. > > >Hi Graham, > > > >I have verified the problem. Would you please open a bugzilla bug for it? > > >

DO NOT REPLY [Bug 5786] - Unexpected Schema errors

2002-01-10 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-10 Thread Graham Mann
Khaled, Thanks for the reply - I've created a bug report - let me know if you require more information. >Hi Graham, > >I have verified the problem. Would you please open a bugzilla bug for it? > >Khaled > >Graham Mann wrote: > >> Hi, >> >> Version 1.6.0 produces unexpected errors when validatin

DO NOT REPLY [Bug 5786] New: - Unexpected Schema errors

2002-01-10 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-10 Thread Khaled Noaman
Hi Graham, I have verified the problem. Would you please open a bugzilla bug for it? Khaled Graham Mann wrote: > Hi, > > Version 1.6.0 produces unexpected errors when validating a document against a schema. > I believe the issue is attributable to Xerces because other methods of validating >t

RE: using xerces with vxworks

2002-01-10 Thread Jesse Pelton
Check out the mailing list archives, including the message at http://marc.theaimsgroup.com/?l=xerces-c-dev&m=99729690131923&w=2. -Original Message- From: Scott Mindock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 5:33 PM To: '[EMAIL PROTECTED]' Subject: using xerces with vxw

Re: How to setPublicId for DocType using DOM API?

2002-01-10 Thread joseph_kesselman
> Does anyone knows how to set public id for DocType when writing an >xml file using DOM API? That field has to be set when _creating_ the doctype object; it's not changable later, and the DocType can't be replaced with another one. (DOM Level 3 may change these answers, but is still in working

using xerces with vxworks

2002-01-10 Thread Scott Mindock
Has anyone build xerces on a windows NT machine for use with the VXworks simNT or with the Tornado II tools? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Moving from version xml4c3_5_1-AIX43 to xerces-c_1_5_2-AIX43_5.02

2002-01-10 Thread Shannon Yates
Hi I have code that compiles under the 1.5 version, but when I try to compile my parser code with the 1.5.2 version I get one error when linking: Undefined symbol: .MemBufInputSource::MemBufInputSource(const unsigned char* const, const unsigned int, const char* const, const int) I have not

RE: How to setPublicId for DocType using DOM API?

2002-01-10 Thread Jesse Pelton
publicID is the second parameter to DOM_DOMImplementation::createDocumentType() (see http://xml.apache.org/xerces-c/apiDocs/class_DOM_DOMImplementation.html#a4). You create a document type, then pass it to DOM_DOMImplementation::createDocument(), using something like the following, which creates a

RE: Crash within SAX Error handler

2002-01-10 Thread Erik Rydgren
You are mixing runtimes. Read the FAQ on www.apache.org / Erik -Original Message- From: Neil Sherman [mailto:[EMAIL PROTECTED]] Sent: den 10 januari 2002 11:58 To: '[EMAIL PROTECTED]' Subject: Crash within SAX Error handler Hi All!, I am experiencing a confusing problem! I am develo

Unexpected Schema Validation errors

2002-01-10 Thread Graham Mann
Hi, Version 1.6.0 produces unexpected errors when validating a document against a schema. I believe the issue is attributable to Xerces because other methods of validating the schema give it a clean bill of health (XMLSpy, XML-Authority and the Schema Quality Checker) I've attached a Zip cont

Problems building Xerces on Solaris 2.8

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

Crash within SAX Error handler

2002-01-10 Thread Neil Sherman
Hi All!, I am experiencing a confusing problem! I am developing a windows application that makes use of the Xerces compiler, I am overriding the SAX error handler interface in order to intercept exceptions from the parser. Within the error handling method I transcode the systemID in order t