summaryrefslogtreecommitdiff
path: root/tests/general/bug-69.xsl
blob: 7f765bb067488e3529e99e2a2aa62225db8f4cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="iso-8859-1"?>

<xsl:transform
  version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:template match="problème">
    <xsl:text>Success</xsl:text>
  </xsl:template>

</xsl:transform>