This is the mail archive of the sgml-tools@via.ecp.fr mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Q: "style samples" with DocBook


I'd like to add a short sample of the styles I used in my DocBook 
documents (e.g. HTML).

Assuming I can extract all used classes from the HTML files to 
$classes, I though of something like

echo "<simplelist>"
for s in $classes
do
	echo "<member renderas=$s>$s</member>"
done
echo "</simplelist>"

to be included in the document. The only problem is that there is no 
attribute "renderas" for <member> elements.

Does anyone have a solution?

Regards,
Ulrich




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]