diff options
author | Daniel Veillard <veillard@src.gnome.org> | 1999-06-02 17:44:04 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 1999-06-02 17:44:04 +0000 |
commit | 011b63cb2034476017dde1d4ad5a6aea43b94066 (patch) | |
tree | 5eb636d84598f6ccad47c88aff74f78cc3a2f233 /result/SVG/parentns.xml | |
parent | 27d88744f942598a7ea4d0a4a0902ecb0f2db50b (diff) | |
download | libxml2-011b63cb2034476017dde1d4ad5a6aea43b94066.tar.gz |
Release of libxml-1.1, Daniel.LIB_XML_1_1
Diffstat (limited to 'result/SVG/parentns.xml')
-rw-r--r-- | result/SVG/parentns.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/result/SVG/parentns.xml b/result/SVG/parentns.xml new file mode 100644 index 00000000..b204637e --- /dev/null +++ b/result/SVG/parentns.xml @@ -0,0 +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%"> + <svg:rectangle width="43.6" height="31.5"/> + </svg:svg> +</ABC> |