1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-21 12:41:58 +03:00
Files
libxslt/tests/docs/bug-90.xml
Daniel Veillard f2914bee43 fixed bug #89258 and a bit of cleanup. added the example in the regression
* 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
2002-08-21 11:50:53 +00:00

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>