untangle icon indicating copy to clipboard operation
untangle copied to clipboard

cdata is an XML concept and hence should not be used in the API to refer "text" section of a tag

Open sandeepsinghal opened this issue 8 years ago • 1 comments

from the example :

instead of "title = item.title.cdata"

it will be more consistent with other libraries if it is called

title = item.title.text

sandeepsinghal avatar Feb 10 '17 20:02 sandeepsinghal

Considering this for 2.0.0 since it is breaking the API.

stchris avatar Mar 09 '17 17:03 stchris