Export to GitHub

google-buzz-api - issue #115

Incorrectly escaping XHTML title


Posted on Sep 29, 2010 by Grumpy Giraffe

What steps will reproduce the problem? 1. Consume a feed from a Connected Site which specifies the 'type' of the atom:title as "xhtml" 2. Note that we now emit an equivalent Buzz activity which has been incorrectly encoded 3. This post: http://www.google.com/buzz/tantek/8LbV7EbZPie/Brett-Slatkin-rocked-another-PubSubHubbub-talk-at is an example

What is the expected output? What do you see instead? You see: <default:div xmlns="http://www.w3.org/1999/xhtml&quot; xmlns:default="http://www.w3.org/1999/xhtml">Tantek Çelik</default:div> - Public Brett Slatkin rocked another #PubSubHubbub talk at #ICSF. http://pubsubhubbub.googlecode.com

You should see: Tantek Çelik - Public Brett Slatkin rocked another #PubSubHubbub talk at #ICSF. http://pubsubhubbub.googlecode.com

Please use labels and text to provide additional information.

Status: Accepted

Labels:
Type-Defect Priority-Medium