mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-14 05:09:26 +03:00
* libxslt/keys.c: fixed second problem on #122483, namespace definitions must be propagated to keys. * tests/docs/Makefile.am tests/docs/bug-137.xml tests/general/Makefile.am tests/docs/bug-137*: added test to the regression for bug #122483 Daniel
9 lines
263 B
XML
9 lines
263 B
XML
<?xml version="1.0"?>
|
|
<xsl:stylesheet version="1.0"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:import href="bug-137.imp"/>
|
|
<xsl:template match="/">
|
|
<result><xsl:value-of select="key('mykey', 'T')"/></result>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|