Page 1 of 1

Howto View SVG Files As Markup

Posted: Mon Nov 24, 2003 6:18 pm
by bwinspur
I'm using xslt to gen SVG and would like to be able to view the generated, xml-compliant svg files in OG.

How do I add an extension to the list of extensions (xml, xsl, xsd) denoting xml-compliant files that OG reconizes ?

Posted: Mon Nov 24, 2003 10:32 pm
by george
Hi,

In the standalone version you can go to Options->Preferences and use the File types dialog to map the SVG extension with the XML Editor.

In the Eclipse plugin version you can go to Window->Preferences and use the Workbench/File Associations dialog to enter the SVG extension and add the Oxygen XML Editor in the Associated Editors area.

Best Regards,
George

Posted: Tue Nov 25, 2003 3:32 am
by bwinspur
Thks, that worked fine.