1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-20 01:21:38 +03:00
Files
libxslt/tests/general/bug-77.out
Daniel Veillard 3d4bbb5c8d 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
2002-03-25 16:16:25 +00:00

6 lines
118 B
XML

<?xml version="1.0"?>
<foo>
<bar id="Wowie" xml:lang="en">Hi</bar>
<bar id="Zowie" xml:lang="fr">bonjour</bar>
</foo>