XSLT for Converting Adium Smiley Packs 1.0
Description: This XSLT was tested using Saxon 8.x. which you can download here:
http://saxon.sourceforge.net/#F8.9SA
Although I specified XSLT 2.0 and used a 2.0 processor to develop and test it, to my knowledge I did not use anything specific to 2.0. So this XSLT should work just fine under a 1.0 processor as well.
This XSLT helps you convert the plist file that comes with Adium Smiley packs into the .asl format that Miranda uses.
To use this you need to have an XSLT processor (I used Saxon). You would then:
- Download an Adium Smiley pack.
- Extract the smileys to their directory.
- Take the .plist file and run the XSLT on it to produce the .asl file
- Place this .asl file in the same directory as the smileys
Voila you now have a Miranda Smiley Pack.
I originally created this because I could not find any Trillian Smiley Packs for Miranda. I found one for Adium here:
http://www.adiumxtras.com/index.php?a=xtras&xtra_id=1085
Incarniac has provided an asl file for the above pack has also has created an installer and converter. You can find his ASL and installer and converter here:
http://addons.miranda-im.org/details.php?action=viewfile&id=3556
http://addons.miranda-im.org/details.php?action=viewfile&id=3555
http://addons.miranda-im.org/details.php?action=viewfile&id=3554
Those should make converting from Adium Smiley Packs to Miranda Smiley Packs very painless but I provide this XSLT for any who may have a use for it.
Warning: I am a newbie when it comes to XML/XSLT and used this as a learning experience :) If you have a way I can improve it do let me know.