Currently, I have a data source from the client in the form of XML, this XML has content for all the pages that will be created on the website. Now after parsing and preparing all this content, does anyone know how we can (using) PHP automate the creation of drupal node (including all related fields for these node ie CCK fields, paths).
Ideally, a function with which we can send all the content and create the nodes. Now I do not mind putting it directly in db, but I'm not quite sure that the db tables are updated (since the drupal setting has gazillion tables).
I searched through google and drupal docs, but I can not find something for this (which I suggested is a simple and frequently used function of web developers on drupal ..)
Your input will be much appreciated!
Thanks in advance,
Shadi
source
share