<?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet type="text/xsl" href="08_inline_svg.xsl"?> <primitive> <rect> <color>red</color> <left>50</left> <top>50</top> <width>200</width> <height>150</height> </rect> <circle> <color>lightblue</color> <center> <x>220</x> <y>200</y> </center> <radius>70</radius> </circle> </primitive>