> > <section id="array.seealso"> > > <title>See also</title> > > <note role="seealso"> > > <para> > > See also <function>is_array</function>, > > <function>explode</function>, > > <function>implode</function>, <function>split</function>, > > and <function>join</function>. > > </para> > > </note> > > </section> > > > > What about <section id="array.seealso" role="seealso">? Easy enough to > process. But even the example you have above doesn't look bad to me, > since the seealso has to be inside a <section> anyway at that point, > and it does make sense.
Well, I don't like this above, because you have see also in the section id, in the section title, in the note role and in the para text. Huh. It would be nice to have a simple container tag for this, but I guess this is impossible with docbook... Goba
