summaryrefslogtreecommitdiff
path: root/tests/REC/test-7.3.xsl
blob: dbf54d07f2da233ca67f104c474ef3a827339282 (plain)
1
2
3
4
5
6
7
8
9
10
11
<xsl:stylesheet
  version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="doc">
<doc>
<xsl:processing-instruction name="xml-stylesheet">href="book.css" type="text/css"</xsl:processing-instruction>
</doc>
</xsl:template>

</xsl:stylesheet>