Terry Dooher wrote:
...
I discivered this same issue when I enabled ticket_details in the RSS feed for the timeline in my 0.9.3 install.

I cehcked out and installed the above stable branch (python2.3 setup.py install), but I'm still getting validation errors, thanks to a … entity in the description field (edited to remove certain identifying text):

   <item>
    <title>Ticket #3 (type) updated by person1</title>
    <pubDate>Tue, 31 Jan 2006 15:01:56 GMT</pubDate>
    <link>https://host.example.com/project/ticket/3</link>
    <description>From discussion with the Users: &hellip;</description>
   </item>

For a similar change, using 0.9.4dev, I have:

<item>
   <title>Ticket #1 (task) updated by anonymous</title>
   <pubDate>Wed, 1 Feb 2006 20:38:53 GMT</pubDate>
   <link>http://localhost:8000/stable/ticket/1</link>
   <description>From discussion with the Users:
&amp;hellip;</description>
  </item>

... Is there something I've forgotten to do?

Probably the content of the feed served by 0.9.3 has been cached.
Try to open the ''RSS Feed'' directly, to see the XML: it's probably
correct for you, too.

-- Christian

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

Reply via email to