Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

pvhee/feeds_xmlparser

Open more actions menu

Repository files navigation

$Id$

A very simple Feeds plugin to parse XML files. The module uses the
XML parsing interface of http://drupal.org/project/xml_parser to
return a formatted PHP array.

Example
=======

1. Enable the module, feeds, feeds UI and XML Parser
2. Create a new feeds importer, and select the XML Parser as parser.
3. Set a processor (e.g. node processor) and provide mapping. If you
use the example.xml of this module, you can do something like

	title => Title
	ID => GUID (unique)
	publish_date => Published date
	description => Body
	
4. Go to /import, upload the file example.xml and import. If everything
goes well, you should have 12 nodes with data from the XML.

About

An XML Feeds Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.