You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Bjoern Martin <ma...@fh-karlsruhe.de> on 2001/04/25 15:01:02 UTC

Validating against schema without schema definition?

Hi there.

I'm curious if it's possible to validate a file against a schema 
without mentioning it in the xml file, but giving it to Xerces (1.3.1) 
separately. It might look like this:

  java myParser foo.xml bar.xsd

and the xml file might say

  <?xml version="1.0" encoding="iso-8859-1"?>
  <doc>
   <content type="foo">bar</content>
  </doc>

I'd appreciate any hint. Thx!

Regards.

--
Bjoern Martin                                bjoern.martin@gmx.net



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org