Loading and customizing a renderer

Once the renderer is registered in the style sheet, you can load and customize it by adding to the style sheet. The following code example shows the property to set to load the renderer and the general form of customization declarations (highlighted).
Renderer rules
SDM {
   Renderers      : "MyRendererName=my.package.MyRenderer";
   MyRendererName : "true";
}
MyRendererName {
   property1 : "value1";
   property2 : "value2";
}