id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
11157,Attribute filter can't deal with colons,anonymous,,"Given some rss 2.0 it's quite hard to get the content:encoded property. (Tested browser: current Chromium nightly build)

broken:
.find('[nodeName=""content:encoded""]')

also broken:
.find('content\\:encoded')

workarounds
.find('encoded') // mostly not applicable
.filter(function(){ return this.nodeName === 'content:encoded')

I would have expected the last workaround to be identical to what the attribute filter actually does",bug,closed,undecided,None,unfiled,1.7.1,duplicate,,,,
