Merge branch 'tizen_base' into tizen
[platform/upstream/libxml2.git] / result / SVG / parentns.xml
1 <?xml version="1.0"?>
2 <ABC xmlns="http://parent.name.space" xmlns:svg="http://www.w3.org/Graphics/SVG/1.0">
3 <!-- document in the parent namespace -->
4   <svg:svg width="40%" height="40%">
5     <svg:rectangle width="43.6" height="31.5"/>
6 <!-- svg graphic continues -->
7   </svg:svg>
8 <!-- document in parent namespace continues -->
9 </ABC>