CCRxXMLTransformer

An XML transformer that transforms raw XML document using a downloaded XSLT template from a given URL.

Summary
CCRxXMLTransformerAn XML transformer that transforms raw XML document using a downloaded XSLT template from a given URL.
Preference DialogNone.
Functions
transform

Preference Dialog

None.

Functions

transform

transform( xml, xsltURL);

Transform the given xml using the xslt document located at xsltURL.  Note: xsltURL is subjest to the usual same-origin policy constraint.

Parameters

xml(string)
xsltURL(string) a valid http URL or a private vault URL that begins with //.

Returns

(string) a transformed XML document.

Close