diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-08-21 11:50:53 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-08-21 11:50:53 +0000 |
commit | f2914bee43533e6bcea40066ad50a90267ea3456 (patch) | |
tree | 08be66d46eb8b24fe5e1c5503108bcbc13718b75 /tests/docs/bug-90.xml | |
parent | 1a9fa3a24fcbd775d786f3db3c83a568fe933a0b (diff) | |
download | libxslt-f2914bee43533e6bcea40066ad50a90267ea3456.tar.gz libxslt-f2914bee43533e6bcea40066ad50a90267ea3456.tar.bz2 libxslt-f2914bee43533e6bcea40066ad50a90267ea3456.zip |
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
Diffstat (limited to 'tests/docs/bug-90.xml')
-rw-r--r-- | tests/docs/bug-90.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/docs/bug-90.xml b/tests/docs/bug-90.xml new file mode 100644 index 00000000..99894746 --- /dev/null +++ b/tests/docs/bug-90.xml @@ -0,0 +1,15 @@ +<?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> |