> > > + <section id="array.seealso">
> > > + <title>See also</title>
> > > + <para>
> > > + See also <function>is_array</function>,
> > <function>explode</function>,
> > > + <function>implode</function>, <function>split</function>,
> > > + and <function>join</function>.
> > > + </para>
> > > + </section>
> >
> > What? We do not have sections like this for see also lists
> > anywhere... We have <note role="seealso"> but it is also not
> > used anywhere. We have see also lists written as
> > <para>See also: ...</para>.
>
> I added this to crosslink the array functions to functions from other
> sections.
Ah, I ckecked array.xml. This see also part is for the partintro.
Well, it would be nice to come up with a good structure for
see alsos in function descriptions and partintros.
This would be a "bit" too cluttered (using the note we invented
before for see also blocks):
<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>
Better ideas, anyone?
Goba