blob: 5b2ed463de7d581ecb39e8efd45b3da0c6768a5b [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?xml version="1.0"?>
2<ABC xmlns="http://parent.name.space" xmlns:svg="http://www.w3.org/Graphics/SVG/1.0">
Daniel Veillard7d2c2761999-10-11 15:09:51 +00003<!-- document in the parent namespace -->
4 <svg:svg width="40%" height="40%">
Daniel Veillard011b63c1999-06-02 17:44:04 +00005 <svg:rectangle width="43.6" height="31.5"/>
Daniel Veillard7d2c2761999-10-11 15:09:51 +00006<!-- svg graphic continues -->
7 </svg:svg>
8<!-- document in parent namespace continues -->
9</ABC>