How to transform XML into SQL Statements using XSLT

Posted by Tim Koschützki, on May 04, 2007 - in PHP & CakePHP » Other

Raphael has blogged about How one can transform XML into SQL Statements using XSLT today. The approach is quite easy-to-grasp and elegant, featured by many code snippets. I recommend reading it if you have ever thought about using an XSLT-centric approach for generating sql statements on the fly.