mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
- imports.c transform.c xslt.c xsltInternals.h: fixed a strip-spaces problem - tests/docs/*.xml tests/general/*.[xsl,out]: added reported bugs to testsuite Daniel
13 lines
140 B
XML
13 lines
140 B
XML
<?xml version="1.0"?>
|
|
<foo>
|
|
<bar>
|
|
This is bar 1
|
|
</bar>
|
|
<bar>
|
|
This is bar 2
|
|
</bar>
|
|
<bar>
|
|
This is bar 3
|
|
</bar>
|
|
</foo>
|