Changes between Version 15 and Version 16 of XsltTemplates
- Timestamp:
- 03/09/12 00:09:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XsltTemplates
v15 v16 1 = XSLT = 1 2 [[TOC]] 2 = XSLT =3 3 XSLT and XPath are two key technologies used within Sahana Eden to allow easy importing and exporting of information in a wide variety of formats. 4 4 … … 35 35 36 36 == Debugging == 37 Debug the stylesheets outside Sahana using Xalan. 37 Basic 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 38 40 39 Start by converting smaller extracts in debug mode:41 Full debugging can be done using Xalan. Start by converting smaller extracts in debug mode: 40 42 {{{ 41 43 java -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