From: Reini U. <ru...@x-...> - 2004-07-03 07:42:08
|
John Cole wrote: > I'm working on my docbook conversion and things are going pretty good so > far. I'm rendering out htmlhelp and pdf's now. > > I'd like to suggest a small change that I hope won't impact anything, but > would make converting xhmtl with xsl stylesheets easier (as far as I know > how with xsl stylesheets). > Would it be possible to put a <div> tag around each plugin with an id or > class name of the plugin? Good idea. Not the classname and not another div tag, but the ID of the plugin DIV is now the plugin->getName(). Like so: <div class="plugin tightenable" id="AddComment"> Note, that we don't enumerate the id as we do in anchors for CreateToc, so duplicate plugins get the same id. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |