p5ts.xsl 773 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsl:stylesheet xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  3. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  4. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  5. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  6. xmlns:p5ts="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd"
  7. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  8. exclude-result-prefixes="xs p5ts"
  9. version="2.0">
  10. <xsl:output indent="yes"/>
  11. <xsl:strip-space elements="*"/>
  12. <xsl:param name="p5ts:basedir"/>
  13. </xsl:stylesheet>