[EMAIL PROTECTED] wrote:
FWIW, I've asked this question in the ANT user list, but it seems that nobody over there knows how to do this either. I'm pretty convinced this is an XERCES related question.

If I cannot get an ANT <xmlvalidate> specific reply, I will be glad to take a reply that points me to a sample java application that validates xml using a schema.

So the following doesn't work?

<xmlvalidate failonerror="yes" lenient="no" warn="yes">
  <fileset dir="xml" includes="**/*.xml"/>
  <attribute name="http://xml.org/sax/features/validation";
             value="true"/>
  <attribute name="http://apache.org/xml/features/validation/schema";
             value="true"/>
</xmlvalidate>

This was taken directly from the Ant documentation for the
XmlValidate task.

--
Andy Clark * [EMAIL PROTECTED]

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



Reply via email to