Hi,
I'm trying to use XPath-like syntax for the custom post settings, but it doesn't seem to work. This is the feed http://feeds.feedburner.com/CannelleEtVanille and I'm trying to get thumbnails' urls using $(media:thumbnail/@url) I've tried different versions:
$(media:thumbnail@url)
$(media:thumbnail[@url])
${media:thumbnail@url}
and nothing seems to work. If I only put $(media:thumbnail), than I get an empty custom field, with the other versions with an attribute, it doesn't even save the custom field name.
Any ideas?