Gabor Hojtsy wrote: >>>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>
what about <simplelist type='inline' role='seealso'> <member><function>echo</function><member/> <member><function>print</function><member/> <member><function>printf</function><member/> </simplelist> or <simplelist type='inline' role='seealso-functions'> <member>echo<member/> <member>print<member/> <member>printf<member/> </simplelist> ? > And let the DSSSL code to the rendering work, put > in comas and "and" words :) haven't played with role-dependant rendering yet, but i'm afraid this is an area where XSLT/XPath have an advantage over DSSSL ... -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-99091-77