I have backed up my blog from blogger. The format of the file is Atom XML. What's a quick way to turn it into plaintext? Opening it in a browser leads to formatting errors...
|
feedback
|
|
Here is a sample Atom to HTML XSLT stylesheet: http://snippets.dzone.com/posts/show/1162 If you attach it to your XML file like this:
..then opening the XML in a modern browser will produce nice readable text. If you change | |||
feedback
|
|
Depending on exactly what you want to include in your plain text version, a simple XSLT transform would work. If you give an example of your ATOM XML and what you would want the text output to look like, I can give you an example. | |||
|
feedback
|
|
Download the file, change the file extension to .txt. | |||||||||||
feedback
|