JamesTrix
Member
Posted 3 years ago #
I render a NewsML document to a XHTML document outside of wordpress on a windows platform that I would like to automatically publish to my wordpress blog.
I was trying to think of a method on how to do this. using wordpress import is not an option as there will be many articles created each week and I need to automate this.
I was looking at maybe at a SQL insert or or I had seen that there is a API function here http://codex.wordpress.org/Function_Reference/wp_insert_post that might help but any ideas would be greate
JamesTrix
Member
Posted 3 years ago #
Hi songdogtech thank you very much for your reply I am converting a NewsML XML file in to a XHTML document. I guess I could have some sort of Rss feed but I would have to write the application to create and host the feed.
I could move the application to maybe run under linux as it just does a transformation on the NewsML XML document so it could be ported to to run under linux but then i still have a issue of getting the Newsml document in to word press or the XHTML document.