---
title: "Tutorials"
manual: "SAV Charts"
version: "14.7"
source: "Tutorial/Index.rst"
rendered: "2026-09-17T13:01:15+00:00"
---

# Tutorials {#tutorials}

Starting with version 14.5.0, SAV Charts comes with two template
parsers and a new plugin interface in the backend.

**[Plugin Interface](PluginInterface/Index.html#pluginInterface)**

The plugin contains a Flexform for configuring
the XML and Fluid parsers. Both codes can exist
simultaneously.
If you already have XML code on your web
server, an updater will transfer the original
to the XML parser tab. An automatic conversion
will also be introduced to the Fluid parser
tab. A debug feature has been introduced
in the Fluid parser.

**[Parsers](ParsersTutorial/Index.html#ParsersTutorial)**

Based mainly on the PHP class SimpleXMLElement,
The XML parser provides fast chart generation.

The Fluid Parser is a new parser based solely
on Fluid syntax and specific viewHelpers.

-   [Plugin Interface](PluginInterface/Index.html#plugin-interface)
-   [Parsers](ParsersTutorial/Index.html#parsers)
    -   [Designing Templates From Examples](ParsersTutorial/DesigningTemplatesFromExamples/Index.html#designing-templates-from-examples)
    -   [Using Advanced Templates](ParsersTutorial/UsingAdvancedTemplates/Index.html#using-advanced-templates)
    -   [Using Apache ECharts](ParsersTutorial/UsingApacheECharts/Index.html#using-apache-echarts)
    -   [Using and Developing Query Managers](ParsersTutorial/UsingAndDevelopingQueryManagers/Index.html#using-and-developing-query-managers)
    -   [Exporting Data in CSV](ParsersTutorial/ExportingDataInCSV/Index.html#exporting-data-in-csv)
    -   [Converting Basic XML Templates to Fluid Templates](ParsersTutorial/ConvertingBasicXmlTemplatesToFluidTemplates/Index.html#converting-basic-xml-templates-to-fluid-templates)
    -   [Converting Advanced XML Templates to Fluid Templates](ParsersTutorial/ConvertingAdvancedXmlTemplatesToFluidTemplates/Index.html#converting-advanced-xml-templates-to-fluid-templates)
    -   [Including Charts in HTML Templates](ParsersTutorial/IncludingChartsInHtmlTemplates/Index.html#including-charts-in-html-templates)
    -   [Using Spreadsheets](ParsersTutorial/UsingSpreadsheets/Index.html#using-spreadsheets)
