mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-21 12:41:58 +03:00
* libxslt/transform.c libxslt/xslt.c: fixed bug #89258 and a bit of cleanup. * tests/docs/Makefile.am tests/docs/bug-90.xml tests/general/Makefile.am tests/general/bug-90.*: added the example in the regression tests for this case Daniel
16 lines
396 B
XML
16 lines
396 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
============================================================
|
|
This is the input XML
|
|
============================================================
|
|
-->
|
|
<fruit-sites>
|
|
<fruit type="apples">
|
|
<site><![CDATA[http://www.apples.com/site?args&stuff]]>
|
|
</site>
|
|
</fruit>
|
|
<fruit type="pears">
|
|
<site>http://www.pears.com/index.html</site>
|
|
</fruit>
|
|
</fruit-sites>
|