Description
While testing newer version of maven-pdf-plugin on a Maven site, I got exception
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.
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
<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%"/>
Problem exists for all xml-based modules: FO, Docbook, XDoc, XHTML
Attachments
Issue Links
- links to