mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2026-01-07 21:58:22 +03:00
* libxslt/transform.c: fixed a namespace redundancy problem in xsl:element * tests/docs/Makefile.am tests/docs/bug-114.* tests/general/Makefile.am tests/general/bug-114*: added an example in the regression tests for that bug. Daniel
8 lines
124 B
XML
8 lines
124 B
XML
<?xml version="1.0"?>
|
|
<sample>
|
|
<foo name="one"/>
|
|
<foo name="two"/>
|
|
<foo name="three"/>
|
|
<foo name="four"/>
|
|
</sample>
|