Oxygen XML Editor includes an integrated SVG Viewer that can render the
results of an XSLT transformation scenario that generates SVG images in the results panel at
the bottom of the editor. This is useful for developing XSL stylesheets with the capability of
producing SVG graphics.
Suppose you have an XML document that describes the evolution of your sales over a time
period and you want to create a graphic for it. You could use the following steps to
accomplish this task:
Start with a static SVG image, written directly in Oxygen XML Editor or exported
from a external graphics tool.
Extract the parts that are dependent upon the data from the XML document and create an
XSL template to produce the image.