1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2026-01-07 21:58:22 +03:00
Files
libxslt/tests/docs/bug-114.xml
Daniel Veillard c8dfadb0ad fixed a namespace redundancy problem in xsl:element added an example in
* 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
2003-04-01 09:29:28 +00:00

8 lines
124 B
XML

<?xml version="1.0"?>
<sample>
<foo name="one"/>
<foo name="two"/>
<foo name="three"/>
<foo name="four"/>
</sample>