views:

165

answers:

0

I am trying to embed inline SVG within custom CruiseControl.NET reports. Since this is for internal use only, I just need a solution compatible with the last version of Firefox.

Actually inserting the SVG XML into a custom CruiseControl.NET report is OK. But, but I am struggling with the HTML vs XHTML interpretation of the file by Firefox, see also,

http://wiki.svg.org/Inline_SVG

Does anyone know how to tweak CruiseControl.NET so that the custom report gets interpreted as XHTML in order to let Firefox render the SVG?