wiki:XsltTemplates

Version 4 (modified by Gavin Treadgold, 15 years ago) ( diff )

--

XSLT and XPath are two key technologies used within SahanaPy to allow easy importing and exporting of information in a wide variety of formats. Support for importing and exporting data is mostly managed via XSLT templates.

Sahana Data Models

The underlying data models in models/ define the resulting structure that will be within <sahanapy>.

Sahana XSLT Information

Sahana XSLT/XPath capability is provided by lxml. Currently Sahana only supports XSLT/XPath 1.0.

Exporting Data from Sahana

Sahana export templates are stored in: static/xslt/export

Importing Data from Sahana

Sahana import templates are stored in: static/xslt/import

Background Info and Resources

Note: See TracWiki for help on using the wiki.