Automated content ingest?
  • Is there a way to automatically ingest XML content, via a cron process?

    Essentially I'd like to have the CMS automatically import a group of XML files and generate articles from the content within the files.
  • 1 Comment sorted by
  • yes, as long as the xml format is newsml version 1. other formats can be supported by making parser for it, rest would work the same. you can see a parser on github

    petr