untangle
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
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
Considering this for 2.0.0 since it is breaking the API.