Changes between Version 13 and Version 14 of XsltTemplates


Ignore:
Timestamp:
05/13/11 12:10:06 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XsltTemplates

    v13 v14  
    88The underlying data models in {{{models/}}} define the resulting structure that will be within the XML.
    99
    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 
    1510== Sahana XML Representation ==
    1611See: [wiki:S3XRC/S3XML]
     
    1914 * name (comes from the resourcename - e.g. 'shelter')
    2015 * xsltmode (passed in as a var on the URL - e.g. '&xsltmode=extended')
     16
     17A collection of useful reusable functions are stored in {{{static/formats/xml/commons.xsl}}}
    2118
    2219== Exporting Data from Sahana ==
     
    2724
    2825== 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
     26Sahana XSLT/XPath capability is provided by [http://codespeak.net/lxml/ lxml]. Currently lxml only supports XSLT/XPath 1.0.
     27
    3128 * [http://www.w3schools.com/xsl/default.asp XSLT Tutorial] on w3schools
    3229 * [http://www.w3schools.com/xpath/default.asp XPath Tutorial] on w3schools
    3330 * [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
    3433
    3534== Debugging ==