From: Lyndon Samson Date: 2005-12-05T10:17:57+09:00 Subject: Re: [ARTICLE] XML Transformations using REXML ------=_Part_26404_6726094.1133745468023 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Somewhat related to this. The lack of a pure ruby XSLT engine is on occasions annoying, because then = I find myself descending to the nether regions of java, PHP and friends :-) I was thinking about the viability of an XSLT doc A that matchs against arbitrary XSLT B and emits ruby code that effectivly performs the same transformation as the original XSLT document B. Eventually the XSLT A would be able to 'self compile' to some ruby code tha= t would replace it. Ie read some XSLT and emit functionally equivilent ruby code. Does this sound like a sensible approach to getting 'pure ruby' XSLT functionality? ------=_Part_26404_6726094.1133745468023--