Roxen Interactive RXML Help
<xsltransform></xsltransform>
Performs XSL transformations on tag content using the provided stylesheet. Requires an xsl attribute.
Attributes
- xsl
- xsl=string
This attribute is required.Path to XSL stylesheet. This value can be overridden by providing an __xsl=path parameter in the URL.
SiteBuilder Note: Unless the path contains '/' SiteBuilder will perform dynamic lookup of the stylesheet file starting in the current directory, then the parent directory, and so on until the root of the hierarchy is reached.
- html-fallback
- html-fallback={yes, no}
When set to yes the XML parser will repair some HTML markup errors such as missing end tags or unquoted attribute values. The default is no.
- preparse
- preparse={yes, no}
When set to yes RXML will be evaluated before XSLT The default is no.

