Changes between Version 13 and Version 14 of XsltTemplates
- Timestamp:
- 05/13/11 12:10:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XsltTemplates
v13 v14 8 8 The underlying data models in {{{models/}}} define the resulting structure that will be within the XML. 9 9 10 == XSLT Library ==11 Sahana XSLT/XPath capability is provided by [http://codespeak.net/lxml/ lxml]. Currently lxml only supports XSLT/XPath 1.0.12 13 A collection of useful reusable functions are stored in {{{static/formats/xml/commons.xsl}}}14 15 10 == Sahana XML Representation == 16 11 See: [wiki:S3XRC/S3XML] … … 19 14 * name (comes from the resourcename - e.g. 'shelter') 20 15 * xsltmode (passed in as a var on the URL - e.g. '&xsltmode=extended') 16 17 A collection of useful reusable functions are stored in {{{static/formats/xml/commons.xsl}}} 21 18 22 19 == Exporting Data from Sahana == … … 27 24 28 25 == Background Info and Resources == 29 * [http://www.w3.org/TR/2007/REC-xslt20-20070123/ XSLT V2 reference] on W3C 30 * [http://www.w3.org/TR/2007/REC-xpath20-20070123/ XPath V2 reference] on W3C 26 Sahana XSLT/XPath capability is provided by [http://codespeak.net/lxml/ lxml]. Currently lxml only supports XSLT/XPath 1.0. 27 31 28 * [http://www.w3schools.com/xsl/default.asp XSLT Tutorial] on w3schools 32 29 * [http://www.w3schools.com/xpath/default.asp XPath Tutorial] on w3schools 33 30 * [http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatalog interactive xslt environment] 31 * [http://www.w3.org/TR/2007/REC-xslt20-20070123/ XSLT V2 reference] on W3C 32 * [http://www.w3.org/TR/2007/REC-xpath20-20070123/ XPath V2 reference] on W3C 34 33 35 34 == Debugging ==