- <?xml version="1.0" encoding="UTF-8"?>
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- exclude-result-prefixes="xs"
- version="2.0">
-
-
- <xsl:template mode="system_cache__appinfo:extract_text" match="text()">
- <xsl:copy-of select="."/>
- </xsl:template>
- <xsl:template mode="system_cache__appinfo:extract_text" match="*">
- <xsl:apply-templates mode="system_cache__appinfo:extract_text"/>
- </xsl:template>
-
- </xsl:stylesheet>
|