Changes between Version 3 and Version 4 of XsltTemplates


Ignore:
Timestamp:
01/24/10 00:38:10 (15 years ago)
Author:
Gavin Treadgold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XsltTemplates

    v3 v4  
     1XSLT 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 ==
     4The underlying data models in {{{models/}}} define the resulting structure that will be within <sahanapy>.
     5
     6== Sahana XSLT Information ==
     7Sahana 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 ==
     10Sahana export templates are stored in: {{{static/xslt/export}}}
     11
     12== Importing Data from Sahana ==
     13Sahana import templates are stored in: {{{static/xslt/import}}}
    114
    215== Background Info and Resources ==
     
    619 * [http://www.w3schools.com/xpath/default.asp XPath Tutorial] on w3schools
    720
    8 == Sahana XSLT Information ==
    9 Sahana XSLT/XPath capability is provided by [http://codespeak.net/lxml/ lxml]. Currently Sahana only supports XSLT/XPath 1.0.
    10 
    11 
    12 == Exporting Data from Sahana ==
    13 Sahana export templates are stored in:
    14 {{{static/xslt/export}}}
    15 
    16 == Importing Data from Sahana ==
    17 Sahana import templates are stored in:
    18 {{{static/xslt/import}}}
    19