mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-20 01:21:38 +03:00
* 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
6 lines
118 B
XML
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>
|