Roxen Interactive RXML Help
<xsltransformfile/>
Loads both the XML data and the XSL stylesheet from the given files and returns the XSLT transformation.
Attributes
- file
- file=string
This attribute is required.Path to the XML data file.
- xsl
- xsl=string
This attribute is required.Path to the XSL stylesheet.
- 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.

