<ol>) are usually numbered in XHTML output using numerals. If
you want to change the numbering to alphabetical, follow these steps:@outputclass value and set it as an attribute of the
ordered list, as in the following
example:<ol outputclass="number-alpha">
<li>A</li>
<li>B</li>
<li>C</li>
</ol>ol.number-alpha{
list-style-type:lower-alpha;
}args.css parameter.<publishing-template>
...
<webhelp>
...
<resources>
...
<css file="resources/MyCustom.css"/>Result: Your custom CSS will be applied as a final layer on top of any existing CSS rules and the output will reflect the changes you made.
args.css parameter to the path of your custom CSS file.args.copycss parameter to yes to
automatically copy your custom CSS in the output folder when the transformation scenario
is processed.Result: Your custom CSS will be applied as a final layer on top of any existing CSS rules and the output will reflect the changes you made.