Gabor Hojtsy wrote:
> 
> > In general you are right, but marking some block as "seealso" can be
> > very usefull when rendering and converting to other formars (e.g. HTML
> > Help).
> 
> HTML Help will definetly render the see also parts with different
> style. Now I have implemented some auto detection with some
> ugly text processing, searching for "see also:" commas and "and"
> words, and detected the see also parts this way for the HTML Help
> generation. This is not the right method though...

Why your aren't using DocBook XSL stylesheet? They have direct support
for HTML Help and catching querying document tree is much more intuitive
than in DSSSL?
 
> As <note role="seealso"> seems the more versatile solution, with both
> enabling us to use paras and lists, +1 for this method.

I finished modification of DSSSL stylesheets. They are 100% backward
compatible -- rendering is changed only on notes with role="seealso". If
you decide not to use it, you can always delete this rule in future.
Egon, can I commit it before I forget that I had this code on my
machine.

                        Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to