diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-25 16:16:25 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-25 16:16:25 +0000 |
commit | 3d4bbb5c8d53c277d63eb14b00462ec0e5614683 (patch) | |
tree | 3608dc8154acce15bd6dfcda9ce114ad6a6e16ec /tests/docs/bug-80.xml | |
parent | cc532f426ce2ed2fff9acaef4afbfdad954afcd5 (diff) | |
download | libxslt-3d4bbb5c8d53c277d63eb14b00462ec0e5614683.tar.gz libxslt-3d4bbb5c8d53c277d63eb14b00462ec0e5614683.tar.bz2 libxslt-3d4bbb5c8d53c277d63eb14b00462ec0e5614683.zip |
Fix bug #76043 about cascading attribute sets added a specific example for
* libxslt/attributes.c libxslt/attributes.h libxslt/pattern.c
libxslt/xslt.c: Fix bug #76043 about cascading attribute sets
* tests/docs/Makefile.am tests/docs/bug-80.xml
tests/general/Makefile.am tests/general/bug-80.*: added a
specific example for bug #76043 in the regression tests
Daniel
Diffstat (limited to 'tests/docs/bug-80.xml')
-rw-r--r-- | tests/docs/bug-80.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/docs/bug-80.xml b/tests/docs/bug-80.xml new file mode 100644 index 00000000..4acc5823 --- /dev/null +++ b/tests/docs/bug-80.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?>
+<!-- edited with XML Spy v4.3 (http://www.xmlspy.com) by Nick Efthymiou (Charles Schwab & Co, Inc.) -->
+<?xml-stylesheet type="text/xsl" href="D:\pub\xsl-xsltXpath\ResultTreeTests\ResultTree005.xsl"?>
+<doc>
+ <foo>a</foo>
+</doc>
|