Hello everyone.
I'm trying to figure out how to take a directory full of .xml files and create "stories" (nodes in Drupal) out of them. I guess the Drupal part is kind of irrelevant here, but it's what I want to end with.
Anyway, I am thinking of trying to do something like this:
Take the directory of .xml files (which are using the NITF format) and somehow grab specific parts of the xml file (i.e. the headline, body, images, etc.)
Take those specified parts of the .xml file and generate an RSS feed from them
Run the RSS feed through a module such as FeedAPI in order to create nodes based off of the feed.
I do not think there is a way to go from XML -> right into Drupal, so that is why I'm trying to do it this way.
Is this even possible? Or does someone know another way/better way? I know it sounds convoluted, but I can't seem to think of anything else.