I have Feeds and Feeds Xpath Parser working on several feeds. However, for some reason I cannot get nodes to import with the feed below.

This feed will import if I change to the Common syndication parser but when I apply the Xpath parser it doesn't work.

I can take another feed, say from a WP site, and apply the same syntax and it WILL work.

A snippet of my feed is below. Looking at the similarities with a similar issues , can you tell me what about these feeds won't work or how what your settings for context would be?

This person was having a similar problem: http://drupal.org/node/1647376

My xml


<?xml version="1.0" encoding="utf-16"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/Stylesheets/NDNBasicFeedView.xslt"?>
<rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>Health</title>
    <description />
    <item>
      <guid isPermaLink="false">http://playlists.newsinc.com/feeds/playlist/3959/23842064</guid>
      <link>http://widget.newsinc.com/single.htm?vid=23842064&amp;cid=3959&amp;freewheel=91023&amp;sitesection=politicaliq</link>
      <title>Breast Cancer Patients Use Art Therapy - Melanie Bloom Reports</title>
      <description>Breast Cancer Patients Use Art Therapy - Melanie Bloom Reports</description>
      <pubDate>10/10/2012</pubDate>
      <link href="http://widget.newsinc.com/single.htm?vid=23842064&amp;cid=3959&amp;freewheel=91023&amp;sitesection=politicaliq" xmlns="http://www.w3org/2005/Atom" />
      <updated xmlns="http://www.w3.org/2005/Atom">10/10/2012 8:17:00 PM</updated>
      <image width="320" height="240"> http://thumbnail.newsinc.com/23842064.jpg</image>
      <owner xmlns="http://base.google.com/cns/1.0">KOLN - Lincoln</owner>
      <VideoId xmlns="http://base.google.com/cns/1.0">23842064</VideoId>
      <singleembed xmlns="http://base.google.com/cns/1.0"><![CDATA[<iframe src="http://widget.newsinc.com/single.htm?vid=23842064&cid=3959&freewheel=91023&sitesection=politicaliq&wid=2" height="300" width="425" frameborder=no scrolling=no noresize marginwidth=0px marginheight=0px></iframe>]]></singleembed>
      <dynamicEmbed1 xmlns="http://base.google.com/cns/1.0"><![CDATA[<div id="ndn_single_embed_1"><script type="text/javascript" src="http://embed.newsinc.com/single/embed.js?vid=23842064&freewheel=91023&sitesection=politicaliq&wid=2&height=320&width=425&parent=ndn_single_embed_1"></script></div>]]></dynamicEmbed1>
      <dynamicEmbed2 xmlns="http://base.google.com/cns/1.0"><![CDATA[<iframe src="http://embed.newsinc.com/single/iframe.html?vid=23842064&freewheel=91023&sitesection=politicaliq&wid=2&height=320&width=425" height="320" width="425" parent=ndn_single_embed_1 frameborder=no scrolling=no noresize marginwidth=0px marginheight=0px></iframe>]]></dynamicEmbed2>
      <media:content url="http://thumbnail.newsinc.com/23842064.sf.jpg" width="320" height="240" lang="en"></media:content>
      <landingPageURL xmlns="http://base.google.com/cns/1.0">http://landing.newsinc.com/shared/video.html?vcid=23842064&amp;freewheel=91023&amp;sitesection=politicaliq</landingPageURL>
    </item>


Comments

netentropy’s picture

Issue summary: View changes

I needed to say other RSS feeds did work

twistor’s picture

Status: Active » Closed (works as designed)

Closing out old issues. If you're still having this problem, feel free to re-open it.