I have some documents where I want to provide styling cues for some
variablelist elements. I thought specifying the role would do the trick,
and convert to a CSS class definition, but that didn't happen. After a
little research I found para.propagates.style and set that to "1", and
wrapped the list in a para. The problem is that the generated "p" tags
don't wrap the variablelist, so I can't work with the style from there.
What can I do to provide styling cues on lists and such without actually
modifying the XSL templates? I know there has to be some way.
Thanks,
Steve