Hi,

Some module refer to Feeds for importing OPML.

After setting up Mapping with GUID as unique target, the import process give me an error.

It looks like the OPML imported file was treated as XML.

Am I missing something? Thanks

CommentFileSizeAuthor
2.png6.09 KBRockland Steel
1.png4.36 KBRockland Steel

Comments

alex_b’s picture

Category: task » support
Status: Active » Postponed (maintainer needs more info)

Please supply a more detailed description of your problem.

Rockland Steel’s picture

The problem is: The OPML parser not works as expected

(Looks like OPML imported file treated as XML, because it gives an error "String could not be parsed as XML")

CODECOWBOY-1’s picture

OPML is an xml file format so it seems more likely that either your OPML document is malformed or cannot be read. It might help to post details of the URL / file you are trying to fetch / parse.

socialnicheguru’s picture

Version: 6.x-1.0-alpha10 » 6.x-1.0-alpha13
Status: Postponed (maintainer needs more info) » Active

i have run into the same thing.

I even took a sample from online to see if it can be uploaded but I got the same error.
http://www.dynamicobjects.com/d2r/archives/feedonfeeds.opml.html

<?xml version="1.0" encoding="ISO-8859-1"?>
<opml version="1.0">
	<head>
		<title>feedOnFeeds.xml</title>
		<dateCreated>Thu, 12 Sep 2003 23:35:52 GMT</dateCreated>
		<dateModified>Fri, 12 Sep 2003 23:45:37 GMT</dateModified>
		<ownerName>NewsForHumans</ownerName>
		<ownerEmail>newsfor@news4humans.com</ownerEmail>
		<link>http://news4humans.com/feedonfeeds.opml</link>
	</head>
<body>
	<outline text="Technology News">
		<outline text="Mobile News"  type="link" url="http://news4humans.com/feeds/mobile.xml" dateCreated="Thu, 12 Sep 2003 23:35:52 GMT"/>
		<outline text="Syndication News"  type="link" url="http://news4humans.com/feeds/syndication.xml" dateCreated="Thu, 12 Sep 2003 23:35:52 GMT"/>
	</outline>
	<outline text="World News">
		<outline text="Politics"  type="link" url="http://news4humans.com/feeds/politics.xml" dateCreated="Thu, 12 Sep 2003 23:35:52 GMT"/>
		<outline text="Sports"  type="link" url="http://news4humans.com/feeds/sports.xml" dateCreated="Thu, 12 Sep 2003 23:35:52 GMT"/>
	</outline>
	<outline text="Various">
		<outline text="Weather"  type="link" url="http://news4humans.com/feeds/weather.xml" dateCreated="Thu, 12 Sep 2003 23:35:52 GMT"/>
		<outline text="Entertainment"  type="link" url="http://news4humans.com/feeds/ent.xml" dateCreated="Thu, 12 Sep 2003 23:35:52 GMT"/>
	</outline>
</body>
</opml>
socialnicheguru’s picture

Category: support » bug

even when I updated to alpha14 version of feeds, i get the same thing.

Is there some configuration that I need to do for feeds to import opml files?
I saved the feeds as opml text file.

As part of managing news, i clicked on the Import Opml files. It asks me for a file. I upload it. I click import and get the same error.

Yorgg’s picture

Version: 6.x-1.0-alpha13 » 6.x-1.0-beta10

#3 subscribe

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.