This is a partial implementation of XSLT.
This program requires JRE 1.5+ to run.
This piece of code was written to explore the possibility of creating an XSLT parser using CookXml. Processing the XSLT script using CookXml is very easy. There are two main difficulties in implementing a custom XSLT.