RoxenCMS 17Web Developer ManualXSLT Extensions

   

<rxml:copy-attributes>
<rxml:helptext>
<rxml:parse>
<rxml:variable-dependency>

<rxml:copy-attributes/>

Provided by module: CMS: XSLTransform

Similar to <xsl:copy> but copies all attributes from the current node except those named in ignore. It can only be used to add attributes to an element which does not have any children.

Note!

This element is a Roxen-specific extension.


Attributes

ignore="string"

Whitespace-separated list containing names of attributes which should not be copied to the output document.