1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <script type="text/javascript" xlink:href="data:text/javascript,"></script> <foreignObject width="-2" height="500" id="fo" x="300"> <div xmlns="http://www.w3.org/1999/xhtml"> <p>Hi!!!</p> </div> </foreignObject> </svg>