github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/general/bug-151.xsl (about) 1 <xsl:stylesheet version="1.0" 2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 3 xmlns:ex="http://example.org/"> 4 5 <xsl:output method="xml" 6 encoding="UTF-8" 7 doctype-public="-//example.org//Example 1.0//EN"/> 8 9 <xsl:template match="/tst"> 10 <ex:document xmlns:ex="http://example.org/"> 11 <xsl:apply-templates match="doc"/> 12 </ex:document> 13 </xsl:template> 14 15 </xsl:stylesheet>