Klaas Dellschaft wrote:
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."?

The Schema validation option is only meaningful if validation is enabled. Try the following:

  java sax.Counter -n -v -s -f <xml file>

--
Andy Clark * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to