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/19 05:15:10 UTC

[jira] Resolved: (CENTRAL-8) Image links are not transformed

Message:

   The following issue has been resolved as FIXED.

   Resolver: Niclas Hedhman
       Date: Fri, 18 Jun 2004 8:14 PM

It should have been fixed now. I am not sure whether there are any side effects or not, but I strongly doubt it.
The fix consists of a <xsl:value-of select="."/> changed to <xsl:apply-templates select="." />.

I'll close this as soon as I have confirmed that there are no side effects and that the fix works as expected.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/CENTRAL-8

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: CENTRAL-8
    Summary: Image links are not transformed
       Type: Bug

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Avalon Central
 Components: 
             SITE

   Assignee: Niclas Hedhman
   Reporter: J Aaron Farr

    Created: Fri, 18 Jun 2004 12:39 PM
    Updated: Fri, 18 Jun 2004 8:14 PM

Description:
It appears that the XSL transformations don't properly handle image tags inside of anchor links.  Example:

<a href="central/about/index.html">
   <img src="images/avalon-central.png"
        border="0" alt="Avalon Central"/>
</a>

will result in

<a href="central/about/index.html"/>


---------------------------------------------------------------------
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