procesy5_system_schema.xsl 1020 B

1234567891011121314151617181920
  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:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  5. exclude-result-prefixes="xs"
  6. version="2.0">
  7. <xsl:import href="../default_db_xml_cache.public/get_all_xsd.xsl"/>
  8. <xsl:variable name="procesy5_system_schema">
  9. <xsl:call-template name="system_cache__appinfo:get_all_xsd">
  10. <xsl:with-param name="path2collection" select="'../'"/>
  11. <xsl:with-param name="cache" select="'read'"></xsl:with-param>
  12. </xsl:call-template>
  13. </xsl:variable>
  14. <xsl:variable name="vrtfNamespaces">
  15. <xsl:for-each select="$procesy5_system_schema//schema/namespace::node()"
  16. xpath-default-namespace="http://www.w3.org/2001/XMLSchema">
  17. <ns element="{name(..)}" prefix="{name()}" uri="{.}"/>
  18. </xsl:for-each>
  19. </xsl:variable>
  20. </xsl:stylesheet>