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.
3 Comments
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.
Thank You


please give me a idea to convert xml to sql