[Renderer] XML

This recipe demonstrates how data from the data source can be rendered to XML format using an XSLT template.

Steps taken:

  1. Create a composite datasource (XSLT-Samples.ds) using the given datasource (FruitSales.ds).
  2. In the composite datasource, create a XML DataStore following the FruitSales.ds. For example:URL:
    file:/C:/Users/Adrian/workspace/elixirtechsrvs/Elixir/ER_Cookbook/Report-Designer/Renderer/xml/output/fruitsalesXSLT:
    file:/C:/Users/Adrian/workspace/elixirtechsrvs/Elixir/ER_Cookbook/Report-Designer/Renderer/xml/resources/sample.xslt
  3. Right-click the XML DataStore and select “Generate”. The output should be like /xml/output/fruitsales.xml.

To download the necessary files for this recipe, refer to the attached ZIP file.
xml.zip (3.3 KB)