Page 1 of 1

Another tweak

Posted: Fri Jul 02, 2004 11:34 pm
by 9337955
The document that the svgExport produces will load in Adobe's svg viewer, but rename it to .xml and MSXML will not load it.

This is due to the dtd declaration at the top. I'm not sure of the "right" answer, but I'd like to request that the output of the <?xml> tag and the <!DOCTYPE tag> be optional. For now, I'm retrieving the svg from TSVGExportFormat and deleting the first two lines. Then I load the doc into MSXML and begin manipulations like changing the height,width and viewBox.