Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CENTRAL-13

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CENTRAL-13
    Summary: Error transforming anchor tags
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Avalon Central
 Components: 
             SITE

   Assignee: 
   Reporter: J Aaron Farr

    Created: Mon, 28 Jun 2004 7:26 AM
    Updated: Mon, 28 Jun 2004 7:26 AM

Description:
There is a bug in the way the XSL transformations handle names anchor tags.

Given the following XML:

   <a name="Mirror"></a>

We end up with this HTML:

   <a class="doclink" href=""/>

Which causes problems in rendering (as least for Mozilla).  It should be:

   <a class="doclink" name="Mirror"/>

Currently this is only used in the download.xml/html page.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to