Stefan Bodewig [mailto:[EMAIL PROTECTED]] wrote on 24-May-2002:

> On Thu, 23 May 2002, Mike Cepek <[EMAIL PROTECTED]> wrote:
>
>> Here's another example:
>> 
>>    <javadoc doctitle="SMSI Java API Reference"
>>         header="&amp;copy; Copyright SMSI, 2000, 2001,
>>         2002&lt;br>All Rights Reserved"
>
> Use nested <header> elements instead of the attribute.

A great idea!  Unfortunately it didn't work.  I rewrote the above as:

    <javadoc doctitle="SMSI Java API Reference">
        <header>&amp;copy; Copyright SMSI, 2000, </header>
        <header>2001, 2002&lt;br>All Rights Reserved</header>

But only the last <header> comes out.  A bug perhaps?


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to