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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
