On Tue, Sep 16, 2008 at 10:41 PM, Jon Baer <[EMAIL PROTECTED]> wrote:

> For some reason my XPath attribute keeps failing to get picked up here (is
> that the proper format?):
>
> <field column="thumbnail" xpath="/rss/channel/item/[EMAIL PROTECTED]"/>
>
>
Put a slash between node and attribute.

<field column="thumbnail" xpath="/rss/channel/item/enclosure/@url"/>

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to