> > Transformiix is a XSLT processor written in C++. > Out of curiosity, what is XSLT?
It's a standard language to describe a transformation among two XML documents. It's used as a styleseet, because you can do XML -> HTML, XML -> FO -> PDF, XML -> whatever. If we had an XML Packages.gz, we could easily create web content directly from it. =)