git.xsl 860 B

1234567891011121314
  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:git="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/git/git.xsd"
  7. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  8. exclude-result-prefixes="xs"
  9. version="2.0">
  10. <xsl:output indent="yes"/>
  11. <xsl:strip-space elements="*"/>
  12. <xsl:param xmlns:ns0="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/git/git.xsd"
  13. ns0:name="git:basedir"/>
  14. </xsl:stylesheet>