Hiya,
I currently have a datasource from a client in the form of XML, this XML has content for all the pages that the website we're making will contain. Now after parsing and preparing all this content, does anyone know how we can then (using) PHP automate the creation of a drupal node (including all related fields for that node i.e. CCK fields, paths).
Ideally a function we can send all the content to and the nodes get created. Now i don't mind putting it straight into the db, but i'm not quite sure what db tables get updated (as the drupal setup has a gazillion tables).
I've searched through google and the drupal docs, but i can't really find something for this (Which i assumed would be a simple and often used function by web developers on drupal..)
Your input will be very much appreciated!
Thanks in advance,
Shadi