Hi,
I have a question about the sax.Counter example program:
I try to validate a xml file against a schema. I thought I have to use the following function call:
java sax.Counter -s -f -n <xml file>
If I call it this way the validation doesn't work. Now I was told that I have to use sax.Counter this way:
java sax.Counter -v -f -n <xml file>
So what is exactly meant with "Turn on/off Schema validation support."?
Regards
Klaas Dellschaft
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]