build_schema.xml 754 B

12345678910111213141516
  1. <project name="NEURO_LAYER_COVERAGE" default="build" basedir=".">
  2. <target name="build">
  3. <xslt style="build.xsl" in="NEURO_MATRIX.xsd" out="build.xml"
  4. force="false">
  5. <factory name="net.sf.saxon.TransformerFactoryImpl">
  6. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  7. <attribute name="http://saxon.sf.net/feature/initialMode" value="procesy5_katalogi"/>
  8. <!-- {https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER.xsd}init -->
  9. </factory>
  10. <!--<xmlcatalog refid="dita-ot.dtd.catalog"/>-->
  11. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  12. </xslt>
  13. </target>
  14. </project>