Changes between Version 15 and Version 16 of XsltTemplates


Ignore:
Timestamp:
03/09/12 00:09:46 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XsltTemplates

    v15 v16  
     1= XSLT =
    12[[TOC]]
    2 = XSLT =
    33XSLT and XPath are two key technologies used within Sahana Eden to allow easy importing and exporting of information in a wide variety of formats.
    44
     
    3535
    3636== Debugging ==
    37 Debug the stylesheets outside Sahana using Xalan.
     37Basic stylesheet checking can be done outside Sahana using the same fucntions as-used internally:
     38* static/scripts/tools/xsltransform.py
     39* static/scripts/tools/csv2xml.py
    3840
    39 Start by converting smaller extracts in debug mode:
     41Full debugging can be done using Xalan. Start by converting smaller extracts in debug mode:
    4042{{{
    4143java -jar xalan.jar -param name shelter -param xsltmode extended -tt -tg -ts -in japanquake2011_shelter_extract.kml -xsl web2py\applications\eden\static\formats\kml\import.xsl -out shelters.xml