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

<xsl:template match="doc">
<doc>
<xsl:attribute name="xmlns:xsl" namespace="whatever">http://www.w3.org/1999/XSL/Transform</xsl:attribute>
<xsl:attribute name="attr">value</xsl:attribute>
<!--
<xsl:attribute name="a">x
y</xsl:attribute>
-->
</doc>
</xsl:template>

</xsl:stylesheet>