[
https://issues.apache.org/jira/browse/FOR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476768
]
Thorsten Scherler commented on FOR-241:
---------------------------------------
Would an cocoon update fix this issue?
> character entities (e.g. ampersand) are expanded again for href or src
> attributes
> ---------------------------------------------------------------------------------
>
> Key: FOR-241
> URL: https://issues.apache.org/jira/browse/FOR-241
> Project: Forrest
> Issue Type: Bug
> Components: Core operations
> Affects Versions: 0.6, 0.7
> Reporter: Diwaker Gupta
> Fix For: 0.8-dev
>
>
> If I have a url like this inside the XML source:
> http://sourceforge.net/sflogo.php?group_id=comics-grabber&type=1
> validate-xdocs fails because it wants the literal & to be typed out as
> & instead. So I correct it to become:
> http://sourceforge.net/sflogo.php?group_id=comics-grabber&type=1
> However, the generated HTML has the entity resolution UNDONE!:
> http://sourceforge.net/sflogo.php?group_id=comics-grabber&type=1
> This HTML fails validation as 4.01 transitional.
> David Crossley adds:
> There is a demonstration of the problem in the document
> src/documentation/content/xdocs/docs/dreams.xml
> The ampersand in the link element text is properly handled but
> the ampersand in the link href attribute is not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.