I\'m trying to parse a rss feed that looks like this for the attribute \"date\":
The "y" in is a namespace prefix. It's not part of the name. Also, attributes are referred to with a '@'. Try this:
is a namespace prefix. It's not part of the name. Also, attributes are referred to with a '@'. Try this:
println(((rssFeed \\ "channel" \\ "item" \ "c" \ "@date").toString))