Message: The following issue has been closed.
Resolver: Niclas Hedhman Date: Wed, 21 Jul 2004 6:13 AM Fixed with a check for "name" attribtue and exclusion of href if not present. --------------------------------------------------------------------- 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: Closed Priority: Major Resolution: FIXED Project: Avalon Central Components: SITE Assignee: Reporter: J Aaron Farr Created: Mon, 28 Jun 2004 7:26 AM Updated: Wed, 21 Jul 2004 6:13 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]