0

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?

apaderno
  • 28,547
  • 16
  • 75
  • 90
RicardoSBA
  • 785
  • 1
  • 6
  • 18

1 Answers1

3

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

nmc
  • 8,724
  • 5
  • 36
  • 68