mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-14 05:09:26 +03:00
* libxslt/pattern.c: Fixing bug #75902 error with @foo[..] steps which were not compiled * tests/docs/Makefile.am tests/docs/bug-79.xml tests/general/Makefile.am tests/general/bug-79.*: added a specific example for bug #75902 in the regression tests Daniel
5 lines
189 B
XML
5 lines
189 B
XML
<?xml version="1.0"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<xsl:template match="item/@mode[.='enabled']">SUCCESS</xsl:template>
|
|
</xsl:stylesheet>
|