This repository contains XSLT stylesheets for transforming XML files created by the SMS Backup & Restore app.
Currently supported is a very rough table-based HTML format.
To use the .xslt files you will need an XSLT processor. I use the xsltproc processor on Linux.
xsltproc -o output.html style.xslt example.xml