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

2002-01-14 Thread John Utz
Hi Tinny; thanks for trying it on your windows box. i'll try it on my linux box today or tomorrow. i now suspect that it's FreeBSD specific. note that freebsd is the newest port of xerces-c and the tokenizing is supposedly somewhat unusual. i 'spose i need to rebuild this with -g (if it wasnt b

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

2002-01-14 Thread Tinny Ng
John, I tried running your attached xml and schema using SAX2Count on Windows, and it works fine. Is this problem only occurred on FreeBSD? Tinny John Utz wrote: > 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

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