Namespace prefix dc on creator is not defined on line 11. Error code: 201
Namespace prefix dc on creator is not defined on line 111. Error code: 201
Namespace prefix dc on creator is not defined on line 216. Error code: 201
Namespace prefix dc on creator is not defined on line 260. Error code: 201
Namespace prefix dc on creator is not defined on line 302. Error code: 201

I get lots of errors, trying to import nodes from RSS feed. But I don't even use the dc:created field. How can I fix it?

Comments

Soul88’s picture

Code example that fails

<item>
				<title>Captions, TTML format</title>
				<link>http://player.kaltura.com/docs/KeyFeatures/Captions/CaptionsCustomVarsTTML</link>
				<dc:creator></dc:creator>
				<guid isPermaLink="true">http://player.kaltura.com/docs/KeyFeatures/Captions/CaptionsCustomVarsTTML</guid>
				<category domain="http://player.kaltura.com/docs/KeyFeatures">Key features</category>
				<pubDate></pubDate>
				<description>Captions, TTML format</description>
				<content>

Captions, TTML format
</content>
</item>

twistor’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

Can you post the whole XML file? It's probably that the XML isn't declaring the namespace, which means there's not much we can do about it.

twistor’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
AswathyAjish’s picture

I also got the same error while creating feeds for mailchimp. Any solution to this.

Namespace prefix dc on creator is not defined