This is coming from ReportLab. The default Paragraph class does not escape '&'
properly when creating the XML representation of the report. When using
ReportLab directly I do:
from reportlab.platypus import para
and then:
para.Paragraph()
This uses a newer version of the Paragraph class that handles escaping properly.
--
Adrian Klaver
adrian...@gmail.com
Not sure where the best place to fix it is. I thought I filed an issue with this
on the Geraldo site, but I cannot seem to find it. Seems there may also be a
ReportLab issue see this message on the ReportLab mailing list:
http://two.pairlist.net/pipermail/reportlab-users/2010-September/009732.html
>
> --
> Joel
--
Adrian Klaver
adrian...@gmail.com