xref: /PHP-7.3/ext/xsl/tests/documentxpath.xsl (revision 128cd0d0)
1<?xml version="1.0" encoding="iso-8859-1"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
3    <xsl:output  method="xml" encoding="iso-8859-1" indent="no"/>
4<xsl:template match="/">
5
6<xsl:value-of select="document('compress.zlib://ext/xsl/tests/xslt.xsl.gz')/xsl:stylesheet/xsl:param/@name"/>
7</xsl:template>
8
9 </xsl:stylesheet>
10