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.

Print this Post | Digg This | Stumble It | Delicious

3 Comments

indrajeet on Jul 08, 2008:

please give me a idea to convert xml to sql

Thinakaran Mani on Jul 11, 2008:

If system receives data from external systems in the form XML, What would be the best way to directly convert into sql (using XSLT) into Database with out parsing the XML and execute DML statement.

Manuel Barco on Aug 25, 2008:

Thank You