Documentation Center

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 true().

This allows you to use the same stylesheet both in and outside of SDL LiveContent Create , while allowing for differences.

xopus-languageThe language code of the SDL LiveContent Create user interface.

Namespace

http://www.xopus.com/xmlns/config

Parent Element

transform

Attributes

NameDescription and UseType
namethe name of the parameter, that match the name attribute of the param elementstring

History

VersionEvent
SDL LiveContent Create 5.0Introduction.