p5suis.import.xsl 965 B

12345678910111213141516171819202122232425262728
  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:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  5. xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
  6. exclude-result-prefixes="xs"
  7. version="2.0">
  8. <!--<xsl:import href="../ant_interface/p5ant-interface.import.xsl"/>-->
  9. <xsl:output indent="yes"/>
  10. <xsl:strip-space elements="*"/>
  11. <!-- to diagnose if all is ok -->
  12. <xsl:template mode="p5suis:DIAGNOSE" match="project">
  13. <xsl:apply-templates mode="p5ant-interface:DIAGNOSE" select="."/>
  14. </xsl:template>
  15. <xsl:template mode="p5ant-interface:DIAGNOSE" match="project">
  16. <xsl:apply-imports/>
  17. </xsl:template>
  18. </xsl:stylesheet>