import xml into drupal

diceboy666 - July 5, 2009 - 14:53

Hi
Does anyone know the best way to go about importing an xml file into drupal.

http://www.digitalmassive.com/test/xml.xml

It is not standard rss or atom.

People have suggested that I write my own parser using FeedAPI but I can't believe it is so difficult.
or perhaps you do something with feedapi_eparser?
Is there any information about doing something like this?
I have also looked at the aggreagation module but there is no information on how to write the feed_handlers
http://drupal.org/project/aggregation
Thanks

I think FeedAPI with FeedAPI

nevets - July 5, 2009 - 15:10

I think FeedAPI with FeedAPI Exhaustive Parser and Feed Element Mapper may do the trick.

And if that doesn't work ...

yelvington - July 5, 2009 - 16:09

...just write a simple import module. It's not that hard, and the cited XML would be easily parsed by SimpleXML.

 
 

Drupal is a registered trademark of Dries Buytaert.