You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by de...@avalon.apache.org on 2004/06/28 16:27:54 UTC

[jira] Created: (CENTRAL-13) Error transforming anchor tags

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: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


[jira] Closed: (CENTRAL-13) Error transforming anchor tags

Posted by de...@avalon.apache.org.
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: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org