mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-14 05:09:26 +03:00
* libxslt/pattern.c: fixed I18N problemes in the template parser pointed out by Xavier Cazin * tests/docs/Makefile.am tests/docs/bug-69.xml tests/general/Makefile.am tests/general/bug-69.*: added a specific example in the regression tests Daniel
13 lines
233 B
XML
13 lines
233 B
XML
<?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>
|
|
|