Source
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="200" onload="cree_texte(evt)"> <script><![CDATA[ function cree_texte(evt) {svgdoc=evt.target.ownerDocument; node=svgdoc.createElementNS("http://www.w3.org/2000/svg","text"); node.setAttributeNS(null,"x","50");node.setAttributeNS(null,"y","50"); node.setAttributeNS(null,"text-anchor","middle"); node.setAttributeNS(null,"font-size","25"); node.setAttributeNS(null,"font-family","Arial"); node.setAttributeNS(null,"fill","red"); texte=svgdoc.createTextNode("tra la la"); node.appendChild(texte); ou=svgdoc.getElementById("affiche"); ou.appendChild(node)} ]]></script> <g id="affiche"> </g> </svg>
Run with Adobe ASV3 ASV 6 beta Squiggle Firefox 1.5 Opera 9 beta