Re: XML-Xerces on MacOSX 10.3
[email protected] (Jason E. Stewart)
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
Adam Witney <[email protected]> writes: >> Adam when you run the Xerces-C samples like DOMCount do they work >> properly? > >>From the $XERCESCROOT/samples directory, this works ok > > ../bin/DOMCount ../samples/data/personal.xml > > ../samples/data/personal.xml: 906 ms (37 elems). what if you do something like this: $ cd /tmp $ $XERCESCROOT/bin/DOMCount $XERCESCROOT/samples/data/personal.xml What happens? > It seems that you have to define the relative path to personal.xml FROM the > bin directory, rather than the current directory. I don't though if this is > expected behaviour for xerces-c? Definately not expected behavior - it should be defined local to the XML file. Cheers, jas.