<?xml version='1.0' encoding='ISO-8859-1' ?>
<?xml-stylesheet href='exemple_C7-XML-SVG.xsl' type='text/xsl'?>

<xml>
	<entete>
		<titre>Du Texte</titre>
	</entete>
	<objetsDessin>
		<ligne position="1" typeDeTrait="pointillé" couleur="bleu"/>
		<ligne position="2" typeDeTrait="pointillé" couleur="rouge"/>
		<ligne position="3" couleur="rouge"/>
	</objetsDessin>
</xml>