|
Property "XSL" <xslcode> |
|
|
The XSL property is used for attaining XSL codes to elements. Enter the XSL code in the Code Editor, called by the [...] button across the property. The XSL codes entered with this property will be put to the XSL page just before the auto generated code for the element. Example: Assume that an XSL property of a text element is set to:
and the value property of the text element is set to: $vof($abc)
the output will look like this:
<cti:elmcode/> instruction You can specify where exactly the auto generated element code should be nested within the XSL code using <cti:elmcode/> function.
Example:
<cti:omit-elmcode/> instruction If you don't want that any code is generated for the element you can use this instruction to suppress the code generation. Example:
Used In Elements
|