Howard Moore wrote:

> Another tag modification for consideration.
>
> I've modified the LinkTag so that if both name and linkName are specified a
> link to a target on a page is built. For example this;
>
> <html:link href="/some/page.html" linkName="bottom">
>
> now produces this;
>
> <a href="/some/page.html#bottom">
>

Is there a particular reason that doing it this way would be better than:

    <html:link href="/some/page.html#bottom"/>

?  I'm concerned about making it hard to understand what the linkName attribute
is for.

>
> -------------------------------------------
> Howard Moore

Craig


Reply via email to