summaryrefslogtreecommitdiff
path: root/tests/general/bug-93.xsl
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-10-17 13:27:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-10-17 13:27:59 +0000
commite47922a1ac7deabb131848dd5e02c21ab6c83648 (patch)
treef0127a190b4d23b2801b56b5a526cb6e0354b29d /tests/general/bug-93.xsl
parentdd6061e8d91aa0a21e69223a30827c2f45a9e01b (diff)
downloadlibxslt-e47922a1ac7deabb131848dd5e02c21ab6c83648.tar.gz
libxslt-e47922a1ac7deabb131848dd5e02c21ab6c83648.tar.bz2
libxslt-e47922a1ac7deabb131848dd5e02c21ab6c83648.zip
fixing bug #95826 the attribute was reset with the inherited stylesheet
* libxslt/attributes.c: fixing bug #95826 the attribute was reset with the inherited stylesheet value. * tests/docs/Makefile.am tests/docs/bug-93.xml tests/general/Makefile.am tests/general/bug-93-inc.* tests/general/bug-93.*: added the example in the regression tests for this case Daniel
Diffstat (limited to 'tests/general/bug-93.xsl')
-rw-r--r--tests/general/bug-93.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/general/bug-93.xsl b/tests/general/bug-93.xsl
new file mode 100644
index 00000000..86b465cd
--- /dev/null
+++ b/tests/general/bug-93.xsl
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:import href="bug-93-inc.xsl"/>
+ <xsl:attribute-set name="foo-attribs">
+ <xsl:attribute name="size">+2</xsl:attribute>
+ </xsl:attribute-set>
+</xsl:stylesheet>