Changes between Version 21 and Version 22 of S3/S3XML/Transformation


Ignore:
Timestamp:
12/03/10 14:17:53 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML/Transformation

    v21 v22  
    2323Eden 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:
    2424
    25   - static/xslt/export for export transformation (S3XML into other format)
    26   - static/xslt/import for 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)
    2727
    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 *.pfif
     28e.g.
     29  - pfif/import.xsl transforms from *.pfif
     30  - pfif/export.xsl transforms to *.pfif
    3131
    3232If the HTTP content type of the respective format is not {{{application/xml}}}, then it must be configured in {{{models/00_settings.py}}} (see there).