(Sent this to goba only by accident)

Maybe it might even be useful to have something like a "seealso.xml" which
has like

<seealso function="array_unique">
    <function>array_search</function>
</seealso>

Or something like that (this is probably not a useful structure)? This way,
you can keep all of the See also separate from the function reference and
closely together with other See also's, so that it is easy to organise
clusters of related functions and people can quickly see which functions a
function should be referring to...

Dirkjan

----- Original Message -----
From: "Gabor Hojtsy" <[EMAIL PROTECTED]>
To: "Derick Rethans" <[EMAIL PROTECTED]>; "Manuzhai" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, January 11, 2003 1:10 PM
Subject: Re: [PHP-DOC] Re: "Description"


> > > Maybe "See also" (with or without colon :P) is also a nice candidate
for
> > > entity-ing.
> >
> > +1 on this, but without the colon.
>
> Well, actually as we are at it, we also had some discussions
> on using
>
> <note role="seealso">
> </note>
>
> Or something like this to mark see also sections, which would ease the
> automatic finding of relations between functions, and would actually
> mean less language dependent typing in see also sections. Practically
> see also sections will get moveable by simply copy-paste from one
> language to another. Everyting can be automated in style sheets (either
> in DSSSL and/or XSLT).
>
> Goba



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to