I\'m trying to parse a rss feed that looks like this for the attribute \"date\":
Attributes are retrieved using the "@attrName" selector. Thus, your selector should actually be something like the following:
println((rssFeed \\ "channel" \\ "item" \ "c" \ "@date").text)