Transform Service
Submitted by Richard Wallis on Fri, 2007-02-09 11:05.
Transform Service
A service that applies XSL stylesheets to content
Service URI
GET
Returns the result of applying the specified stylesheet against XML fetched from the URI specified in the xml-uri parameter.
Required Parameters
- xsl-uri - the URI of an XSLT 1.0 stylesheet
- xml-uri - the URI of an XML document
- content-type - a valid media type (e.g. application/xml) that the service will use as the value of the content-type HTTP header in the response.
HTTP Response Notes
- 200 - the request was successful, the result of the transformation is returned in the response
Notes
- This service supports XSLT 1.0
- No external references in the stylesheet are resolved - i.e. document() function is not supported, nor are external entity references
- No processing is performed on the source XML document - i.e. no validation or xinclude
- All parameters specified for the service URL are passed into the stylesheet and can be accessed using <?xsl:param> (i.e. there will be xsl parameters called $xsl-uri, $xml-uri, $content-type etc)



Recent comments
3 days 22 hours ago
1 week 15 hours ago
1 week 2 days ago
1 week 2 days ago
3 weeks 4 days ago
4 weeks 1 day ago
4 weeks 2 days ago
4 weeks 2 days ago
5 weeks 1 day ago
5 weeks 2 days ago