Changes between Version 6 and Version 7 of S3/S3XML/Transformation
- Timestamp:
- 10/27/10 09:42:37 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML/Transformation
v6 v7 44 44 == XSLT Stylesheets on the Web == 45 45 46 You can use the URL variable ?transform=to specify a transformation stylesheet at a web URL to be used at import, e.g.:46 You can use the URL variable {{{?transform=}}} to specify a transformation stylesheet at a web URL to be used at import, e.g.: 47 47 48 48 {{{ … … 50 50 }}} 51 51 52 ...to use the stylesheet {{{http://vita.sahanafoundation.org/eden/static/xslt/export/pfif.xsl}}} for this export.52 ...to use the stylesheet at {{{http://vita.sahanafoundation.org/eden/static/xslt/export/pfif.xsl}}} for this export. 53 53 54 Note that you must not specify "xml" or "json" as data format of the resource, because that will suppress any transformation attempt. Also note that this currently assumes that the data format is an XML format and not JSON (subject to change in the near future). 54 Note: 55 - you must not specify "xml" or "json" as data format of the resource, because that will suppress any transformation attempt 56 - this currently assumes that the data format is an XML format and not JSON (subject to change in the near future). 55 57 56 58 == Attached XSLT Stylesheets ==