diff options
author | Daniel Veillard <veillard@src.gnome.org> | 1999-06-22 21:49:07 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 1999-06-22 21:49:07 +0000 |
commit | 14fff064e570ed836a5243a0ed82eca5fae4845a (patch) | |
tree | 423930ad4b361cc2141ac646c8e4d6f0f542ced1 /result/SVG/parentns.xml | |
parent | 05240da81832cc922f396e3ff3322666fad47668 (diff) | |
download | libxml2-14fff064e570ed836a5243a0ed82eca5fae4845a.tar.gz |
Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel
Diffstat (limited to 'result/SVG/parentns.xml')
-rw-r--r-- | result/SVG/parentns.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/result/SVG/parentns.xml b/result/SVG/parentns.xml index b204637e..0b8ecdcd 100644 --- a/result/SVG/parentns.xml +++ b/result/SVG/parentns.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <ABC xmlns="http://parent.name.space" xmlns:svg="http://www.w3.org/Graphics/SVG/1.0"> - <svg:svg width="40%" height="40%"> +<!-- document in the parent namespace --> <svg:svg width="40%" height="40%"> <svg:rectangle width="43.6" height="31.5"/> - </svg:svg> -</ABC> +<!-- svg graphic continues --> </svg:svg> +<!-- document in parent namespace continues --></ABC> |