p5xsl.import.ignore.xsl 425 B

12345678910111213
  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:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
  5. exclude-result-prefixes="xs"
  6. version="2.0">
  7. <xsl:template match="*"/>
  8. <xsl:template match="text()|comment()"/>
  9. </xsl:stylesheet>