summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/streamsinclude.xsl
blob: 4d422180028b847840a8d7b4fb39b7dbb1bdb48d (plain)
1
2
3
4
5
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
    <xsl:output  method="xml" encoding="iso-8859-1" indent="no"/>
    <xsl:include href="compress.zlib://xslt.xsl.gz"/>
</xsl:stylesheet>