p5dg.schema.xsl 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  4. xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
  5. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  6. xmlns:SystemObjects__x3A__File="https://biuro.biall-net.pl/wfs/default_db/SystemObjects/File.xsd"
  7. xmlns:p5ant-interface-resp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface-resp.xsd"
  8. xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
  9. xmlns:object_merge_ant_object="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_merge_ant_object.xsd"
  10. xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  11. xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  12. xmlns:graph="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/graph/graph.xsd"
  13. exclude-result-prefixes="xs"
  14. version="2.0">
  15. <xsl:output indent="yes"/>
  16. <xsl:strip-space elements="*"/>
  17. <!--<xsl:import-schema schema-location="repository/p5dg.documentation.files.antstructure-resp.xsd" namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface-resp.xsd"/>-->
  18. <xsl:param name="p5dg.schema.dir" required="yes"/>
  19. <xsl:param name="p5dg.schema.dir.log" required="yes"/>
  20. <xsl:template mode="p5dg:schema.analyze" match="p5ant-interface:filelist.index_fileset.xml">
  21. <p5dg:schema.analyze>
  22. <xsl:apply-templates mode="#current"/>
  23. </p5dg:schema.analyze>
  24. </xsl:template>
  25. <xsl:template match="target">
  26. </xsl:template>
  27. <xsl:template match="property">
  28. </xsl:template>
  29. <!-- Newer since 2018-06-19 -->
  30. <xsl:template mode="p5dg:schema.generate" match="graph:graph-to-analyze-evaluated.xml">
  31. <p5dg:schema.generate>
  32. asd
  33. </p5dg:schema.generate>
  34. </xsl:template>
  35. </xsl:stylesheet>