param
A param element can be used to pass information to the XSL stylesheet.
<x:view id="defaultView">
<x:transform xsl="stylesheet.xsl">
<x:param name="someSetting">true</param>
</x:transform>
</x:view>
Default Parameters
A couple of parameters are automatically passed to the XSL stylesheet:
xopus | Always This allows you to use the same stylesheet both in and outside of SDL LiveContent Create , while allowing for differences. |
xopus-language | The language code of the SDL LiveContent Create user interface. |
Namespace
http://www.xopus.com/xmlns/config
Parent Element
transform
Attributes
| Name | Description and Use | Type |
|---|---|---|
name | the name of the parameter, that match the name attribute of the param element | string |
History
| Version | Event |
|---|---|
| SDL LiveContent Create 5.0 | Introduction. |