Tenshinur / google-buzz-api

Automatically exported from code.google.com/p/google-buzz-api
0 stars 1 forks source link

Incorrectly escaping XHTML title #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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-PubSu
bHubbub-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" 
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.

Original issue reported on code.google.com by a...@google.com on 29 Sep 2010 at 4:51