Hi Simon,
Thanks for replying - I've been tearing my hair these past few days trying to figure out XPath :/ I won't be making it to Drupalcamp NW, unfortunately, but if you have a few mins to help me figure something out here, that would be brilliant.
The output from an XML feed to a node isn't what I'm expecting. Whilst I get the output that I want when working with the Feeds CSV parser, it seems a bit more difficult with XPath. Rather than detail what's gone wrong and what I've been doing, could I ask for some examples of how you might work with the XML structure I'm trying to work with?
Say I wanted to extract data in the tags <name>, <desc>, <mLink> and <price>...
- What query would you use as the context?
- If I set to import that data into the fields title, body, field_product_deeplink:url and field_price, respectively, what should I use as the queries?
I'm also a bit unsure about what "Select the queries you would like to return raw XML or HTML" means, as well as what the debug options are - but I'm guessing these aren't nearly as important as know how to structure the queries to the above bits of XML data.
Any pointers you can offer will be very, very greatly appreciated!
James