WordPress implements an Export function which allows bloggers to download the contents of their blog as a single XML file.
Based on my previous work in dbscript to generate an HTML documentation of a database schema using XML and XSL I modified the “Single HTML” XSL of dbscript to create an XSL to transform the WordPress Export XML into an HTML page.
This HTML page lists all article titles with dates, categories and link to the original URL in the blog.
Clicking the article’s title will expand the list to display the contents of the selected article.
To display paragraphs properly, I needed to replace newlines with <br /> elements, as described on this page implementing various replace operations in XSL.
Pingback: Generating Table of Contents from WordPress Export « devioblog
Pingback: wpxslgui – WordPress XML Export Converter « devioblog
Or you could ‘wget -r -E http://example.com‘
Thanks a lot. You just made my day.
Or not, i don´t have an account 😦
The site you’re hosting the file one required login… and the ‘New Account’ link goes to ‘Page Not Found’.
Is there any chance you could put the file somewhere it can be downloaded?
@Marcus
The .xsl file is now part of the application wpxslgui (http://devio.at/index.php/wpxslgui)
Go to http://gforge.devio.at/projects/wpxslgui/ to download it.
Thank you very much for this app! As my WP has been hacked and all i have is an older XML-Backup with my recipes! You made my day!!