summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/documentxpath.xsl
blob: 0e5c5c181d737ad517150b147c7f0ec3ae616d89 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Id: documentxpath.xsl,v 1.1 2003-10-27 15:12:20 chregu Exp $ -->
<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:template match="/">

<xsl:value-of select="document('compress.zlib://ext/xsl/tests/xslt.xsl.gz')/xsl:stylesheet/xsl:param/@name"/>
</xsl:template>
    
 </xsl:stylesheet>