Quantcast
Channel: Drupal 7: Feeds XPath Parser » Issues Multiple subitems and concat() not compatible - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by kenorb for Drupal 7: Feeds XPath Parser » Issues Multiple subitems...

If you've already the right context (e.g. /row), this syntax should work in FeedsXPathParserXML:concat(description, " :: ", @lang)The concat() is compatible with XML XPath 1.0.

View Article



Answer by Manicato for Drupal 7: Feeds XPath Parser » Issues Multiple...

There is no way to do this in XPath 1.0. You can either use XPath 2.0, or select all nodes and concatenate the results in your host language. – helderdarocha

View Article

Drupal 7: Feeds XPath Parser » Issues Multiple subitems and concat() not...

I have following XML file:<rows><row><title>Title 1</title><descriptions><description lang="EN">Lorem ipsum</description><description lang="FR">Lorem...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images