Changes between Version 21 and Version 22 of S3/S3XML/Transformation
- Timestamp:
- 12/03/10 14:17:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML/Transformation
v21 v22 23 23 Eden comes with a number of integrated XSLT stylesheets for various formats. These will be automatically used if no other stylesheet is specified (fallback). The integrated stylesheets reside in: 24 24 25 - static/ xslt/exportfor export transformation (S3XML into other format)26 - static/ xslt/importfor import transformation (other format into S3XML)25 - static/formats/<format>/export.xsl for export transformation (S3XML into other format) 26 - static/formats/<format>/import.xsl for import transformation (other format into S3XML) 27 27 28 The name of the respective stylesheet must be <extension>.xsl, where <extension> is the file extension of the respective format, e.g.: 29 30 - pfif .xsl transforms from/to *.pfif28 e.g. 29 - pfif/import.xsl transforms from *.pfif 30 - pfif/export.xsl transforms to *.pfif 31 31 32 32 If the HTTP content type of the respective format is not {{{application/xml}}}, then it must be configured in {{{models/00_settings.py}}} (see there).