[
https://issues.apache.org/jira/browse/DOXIA-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz reassigned DOXIA-570:
------------------------------------------
Assignee: Sylwester Lachiewicz
> Unescaped links in xml based figureGraphics elements
> ----------------------------------------------------
>
> Key: DOXIA-570
> URL: https://issues.apache.org/jira/browse/DOXIA-570
> Project: Maven Doxia
> Issue Type: Bug
> Components: Modules
> Affects Versions: 1.8
> Reporter: Sylwester Lachiewicz
> Assignee: Sylwester Lachiewicz
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> While testing newer version of maven-pdf-plugin on a Maven site, I got
> exception
> {noformat}
> org.xml.sax.SAXParseException; systemId:
> file:/projects/maven/trunks/site/target/pdf/apache-maven.fo; lineNumber:
> 43059; columnNumber: 97; The reference to entity "s" must end with the ';'
> delimiter.
> {noformat}
> for transformation from FO to PDF for team-list file: output from the
> reporting plugin has a image link for the Gravatar profile that contains
> "?d=mm&s=60", that is correctly escaped in the HTML site
> https://maven.apache.org/team-list.html but not in the FO source for creating
> the pdf
> {noformat}<fo:external-graphic
> src="http://www.gravatar.com/avatar/d035aeb839495240c58bbb03992ceda8?d=mm&s=60"
> content-width="scale-down-to-fit" content-height="scale-down-to-fit"
> height="100%" width="100%"/>{noformat}
> Problem exists for all xml-based modules: FO, Docbook, XDoc, XHTML
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)