p5xmli.xsi.schemaLocation.xsl 1.1 KB

123456789101112131415161718192021
  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:p5xmli="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xmlschema_interface/p5xmli.xsd"
  7. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  8. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. exclude-result-prefixes="xs"
  10. version="2.0">
  11. <xsl:output indent="yes"/>
  12. <xsl:strip-space elements="*"/>
  13. <xsl:function name="p5xmli:xsi.schemaLocation">
  14. <xsl:param name="schemaLocation"/>
  15. <xsl:param name="namespace"/>
  16. <xsl:attribute name="xsi:schemaLocation"><xsl:value-of select="$namespace"/><xsl:text> </xsl:text><xsl:value-of select="$schemaLocation"/></xsl:attribute>
  17. </xsl:function>
  18. </xsl:stylesheet>