Gary Oberbrunner wrote:
> Gary Oberbrunner wrote:
>>>> XML Parsing Error: undefined entity
>> ...>>
>>>> It is choking on the undefined entity "…".
> 
> It seems the rss feed from my trac (trunk, up to date as of today) produces
> bad description chunks like this:
> 
>     <description><ul class="changes"><li><div
> class="copy"></div>branches/dev_branch/sapphire/log.c</li><li>&hellip;</li></ul><p>
> Merged <a class="changeset" href="http://www/trac/changeset/11781";
> title="Logging facility  ...">[11781]</a> (logging support) to trunk
> </p>
> </description>
> 
> which contains the invalid &hellip; entity, and also contains a lot more
> unescaped HTML than I'd expect.

OK, just for the record, I figured it out, and reopened trac ticket #2580 with
my example.

It happens with the timeline config option changeset_show_files = 1.  In that
case the rss feed contains invalid xml elements and unescaped html as well.

I've worked around it for now by disabling that option.

-- Gary
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to