Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / SVG / parentns.xml
1 <?xml version="1.0"?>\r
2 <ABC xmlns="http://parent.name.space"\r
3      xmlns:svg="http://www.w3.org/Graphics/SVG/1.0">\r
4   <!-- document in the parent namespace -->\r
5   <svg:svg width="40%" height="40%">\r
6      <svg:rectangle width="43.6" height="31.5"/>\r
7      <!-- svg graphic continues -->\r
8    </svg:svg>\r
9    <!-- document in parent namespace continues -->\r
10 </ABC>\r
11 \r
12 \r