Revision 0f1cfbe4f2a2fbcd890559e71f87333dfd92d77b authored by Sebastian Rahtz on 04 March 2015, 09:03:21 UTC, committed by Sebastian Rahtz on 04 March 2015, 09:03:21 UTC
1 parent 59643e1
Raw File
validatehtml.xml
<project name="example" default="validate" basedir=".">

  <taskdef name="jing" classname="com.thaiopensource.relaxng.util.JingTask"/>
  <target name="validate">
    <jing compactsyntax="true" rngfile=" ../../xhtml.rnc">
      <fileset dir="Guidelines-web/en/html" includes="**/z*.html"/>
    </jing>
  </target>

</project>
back to top