Software > XSLT

XSLT Files

This page lists small XSL stylesheets that I wrote for different purposes.
Mac users should look at my TestXSLT program to apply them.

These might be useful directly for their functionality as well as serve as XSL examples.

XML Prettyprinter
Description Indents an XML document according to its hierarchical structure.
Download xml-prettyprinter.xslt

 

Convert Safari Bookmarks to HTML
Description This converts your Safari bookmarks file (found in your home directory in Library/Safari) to an HTML file.
Download safaribookmarks2html.xslt

 

Convert Proteus to Fire config
Description

This converts the buddy list in the config file of the Mac OS X Instant Messaging client Proteus to the one used by another IM client called Fire.

I actually needed this to get my ICQ contacts into Fire. Proteus imports those directly and stores them in a plist XML file.

This stylesheet will take that XML file and convert it into another plist XML format which can be used directly as a config file for Fire.

Thus, Proteus is used as a converter for the ICQ database (and it's of course a very nice IM application in its own right).

Download proteus-icq2fire.xsl
21. March 2005