> I have a local .xsd file on my machine and wish to test several .xml files
> to see if they adhere to the specs of the .xsd file.  I cannot see how to
> make any of the sample apps do this.

They aren't really geared for that, but most of them have an option to
control validation options in the course of doing whatever they explicitly
set out to do (e.g. count nodes).

Using a library to do validation isn't really a good use of your time if
your goal is to actually validate XML files, vs. writing code to do that
inside your own applications.

-- Scott



---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to