> > I would like to have a <para role="seealso"> special rendering > > +1 to something like this, will be cool to have 'See also' a bit more > structured.
I would like to see something like: <para role="seealso"> <function>echo</funtcion>, <function>print</funtcion>, and <function>printf</funtcion> </para> Or even: <para role="seealso"> <function>echo</funtcion> <function>print</funtcion> <function>printf</funtcion> </para> And let the DSSSL code to the rendering work, put in comas and "and" words :) The first is the easier to implement, one only need to copy the rendering code from eg. "note", and replace the note text with the see also text, and put it in a test, where only the paras with seealso roles are processed. The next is "somewhat" more complicated... Though my lack of DSSSL knowledge makes me be unable to do any of them :(( The see also rendering stuff would be extremely useful for the new CHM format, but can be also used to mark see also stuff special (eg. on palm machines :). Goba