displaying svg in htmlView

Might be a kind of obscure question, but I have always had a fondness for svg graphics. Trying to load them into the htmlview in DOORS is a complete exercise in frustration, and the syntax for creating these htmlviews is horrendous. I have attached the html for a sample svg graphic which I tried pasting into the text window in the htmlview example in the help file (to test this run the example dxl and paste in my code), but no dice.
I am well aware of the internet explorer issues with svg, but have the necessary plugins and tried setting everything to firefox anyway (suspect this htmlview is hard wired to ie anyway)
Anyone had a go at using this control with any success?? Could be very useful in theory.
 

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<html>
  <head>
  <meta http-equiv="content-type" content="text/html; charset=windows-1250">
  <meta name="generator" content="PSPad editor, www.pspad.com">
  <title></title>
  </head>
  <body>
<svg width="100%" height="100%" version="1.1"
xmlns="http://www.w3.org/2000/svg">
 
<path d="M153 334
C153 334 151 334 151 334
C151 339 153 344 156 344
C164 344 171 339 171 334
C171 322 164 314 156 314
C142 314 131 322 131 334
C131 350 142 364 156 364
C175 364 191 350 191 334
C191 311 175 294 156 294
C131 294 111 311 111 334
C111 361 131 384 156 384
C186 384 211 361 211 334
C211 300 186 274 156 274"
style="fill:white;stroke:red;stroke-width:2"/>
 
</svg>
 
 
  </body>
</html>

SystemAdmin - Fri Nov 19 13:34:51 EST 2010