- Got a copy of the atom.xml file on my blogger site http://matthewgoodman.blogspot.com/atom.xml
- Create a console application, which references the dasBlog.Web.Runtime.dll
- Parse the atom.xml, extracting all "entry" nodes and extract relevant infomation e.g. CreatedDate, Contant, Title.
- For each node parsed, created an instance of the Runtime.Entry class, populate properties, and save using saveEntry method.
- Generates a whole bunch of xml files in web/content directory, which can be copied directly on to the webserver hopsting this site.
BloggerToDasBlogConverter.zip (208.84 KB)
No comments:
Post a Comment