Changes between Version 17 and Version 18 of S3/S3XML/Transformation
- Timestamp:
- 10/27/10 10:17:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML/Transformation
v17 v18 19 19 == Integrated Stylesheets == 20 20 21 These will be automatically used if no other stylesheet is specified (fallback). The integrated stylesheets reside in:21 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: 22 22 23 23 - static/xslt/export for export transformation (S3XML into other format) … … 28 28 - pfif.xsl transforms from/to *.pfif 29 29 30 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). 31 32 As of version S3XRC-2.2.0, internal stylesheets still have to be configured in {{{models/00_settings.py}}} in order to be used properly. This is subject to change in future versions. 30 33 == XSLT Stylesheets on the Server == 31 34