Skip to content

This XSL interprets an XML backup of SMS and MMS messages produced by the Android app SMS Backup & Restore to produce an easily readable HTML webpage. It sorts all messages by date, interleaving SMS and MMS messages that otherwise are separated in the original XML file. Optionally, it can output only messages involving a specified contact. To us…

License

Notifications You must be signed in to change notification settings

lirantal/SMS-Backup-Restore-XSL-Transform-to-HTML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMS-Backup-Restore-XSL-Transform-to-HTML

This XSL interprets an XML backup of SMS and MMS messages produced by the Android app SMS Backup & Restore to produce an easily readable HTML webpage. It sorts all messages by date, interleaving SMS and MMS messages that otherwise are separated in the original XML file. Optionally, it can output only messages involving a specified contact. It displays images inline but does not currently display other attachments. To use it, place sms.xsl in the same folder as the XML file, then open the XML file in a web browser. Firefox can handle this locally; Chrome can't.

It is based on the XSL code from https://github.com/devadvance/sms-backup-reader-2/

About

This XSL interprets an XML backup of SMS and MMS messages produced by the Android app SMS Backup & Restore to produce an easily readable HTML webpage. It sorts all messages by date, interleaving SMS and MMS messages that otherwise are separated in the original XML file. Optionally, it can output only messages involving a specified contact. To us…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 100.0%