types.variable.xsl 490 B

1234567891011
  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:p5Type="http://biuro.biall-net.pl/p5/schema/types"
  5. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  6. exclude-result-prefixes="xs"
  7. version="2.0">
  8. <xsl:variable name="system_cache__appinfo:p5Type.xsd" select="doc('types.xsd')"/>
  9. </xsl:stylesheet>