search_by_patterns.xsl 595 B

123456789101112131415
  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:sbp="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/search_by_patterns.xsd"
  5. xmlns:ttr="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/typespecial_to_ref/typespecial_to_ref.xsd"
  6. exclude-result-prefixes="xs"
  7. version="2.0">
  8. <xsl:template match="sbp:bocian_ref_config" mode="ttr:typespecial_refererences">
  9. TODO
  10. </xsl:template>
  11. </xsl:stylesheet>