Search code examples
xmldrupaldrupal-rules

How to create content from XML using rules in drupal?


I'm new in drupal and currently I have to get a way to create content from XML using the Rules module.

I managed to get the xml from a webservice and I already created the corresponding content-type with fields to show the data. After this I have no idea how to create the content node I need in rules.

Any tips?


Solution

  • I would not suggest doing this using just the Rules module. Check out the Feeds module which can create nodes from an XML feed.