I have been exploring various strategies for reusing content for print and website use, and have concluded that XML/XSL is the best candidate for this.
I have explored the Drupal website but can't find a simple explanation for how to import XML into my Drupal site.
Can someone point me in the right direction?
TIA
Sue
Hi Sue,
For well-established solutions, have a look at the node_import module http://drupal.org/node_import, the user_import module http://drupal.org/node/31940, and the taxonomy import/export module http://drupal.org/project/taxonomy_xml. These are all reliable import modules, although only taxonomy import/export supports XML (the others support CSV only).
Also have a look at the Import / Export API module http://drupal.org/project/importexportapi, which supports import and export of almost all data in Drupal core, in XML or CSV format. The module is still in beta mode, but it works reasonably well at the moment.
Cheers, Jaza.
On 9/9/06, smangold smangold@columbus.rr.com wrote:
I have been exploring various strategies for reusing content for print and website use, and have concluded that XML/XSL is the best candidate for this.
I have explored the Drupal website but can't find a simple explanation for how to import XML into my Drupal site.
Can someone point me in the right direction?
TIA
Sue
[ Drupal support list | http://lists.drupal.org/ ]