FYI,

I've added this week a new task to NAntContrib called ValidateXml, which
allows you to validate a set of XML files against a set of XML Schemas (XSD)
during the build.

The task has a syntax like this:

<validatexml>
 <schemas>
  <schemaref source="rcf-schema.xsd"/>
  <schemaref namespace="urn:schemas-company-com:base"
source="base-schema.xsd"/>
 </schemas>
 <files>
  <includes name="*.xml"/>
 </files>
</validatexml>


Hope someone finds it useful.

--
Tomas Restrepo
[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to