RoxenCMS 17Web Developer ManualProgramming Tags

   

<cache>
<?cdata ?>
<cgi>
<clear-session>
<combine-path>
<crypt>
<debug>
<dice>
<eval>
<force-session-id>
<fsize>
<gauge>
<guess-content-type>
<hash-hmac>
<maketag>
<nocache>
<nooutput>
<noparse>
<?noparse ?>
<page-size>
<?perl ?>
<?pike ?>
<serve-static-resources>
<servlet>
<session>
<set-max-cache>
<trace>
<writefile>
<xml-rpc-call>
<xsltransform>
<xsltransformfile>

<xsltransformfile/>

Provided by module: CMS: XSLTransform

Loads both the XML data and the XSL stylesheet from the given files and returns the XSLT transformation.


Attributes

file="string"

Path to the XML data file.


xsl="string"

Path to the XSL stylesheet.


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.