til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Learn XSLT

XSLT is a formidable technology to transform XML. If working with XML, XSLT is very useful.

The command line tool: xsltproc can be recommended.

In regards to JavaScript implementation:

The first one is no actively maintained, the latter should be used.

Resources and References