| | 1 | 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. |
| | 2 | |
| | 3 | == Sahana Data Models == |
| | 4 | The underlying data models in {{{models/}}} define the resulting structure that will be within <sahanapy>. |
| | 5 | |
| | 6 | == Sahana XSLT Information == |
| | 7 | Sahana XSLT/XPath capability is provided by [http://codespeak.net/lxml/ lxml]. Currently Sahana only supports XSLT/XPath 1.0. |
| | 8 | |
| | 9 | == Exporting Data from Sahana == |
| | 10 | Sahana export templates are stored in: {{{static/xslt/export}}} |
| | 11 | |
| | 12 | == Importing Data from Sahana == |
| | 13 | Sahana import templates are stored in: {{{static/xslt/import}}} |