How to transform XML into SQL Statements using XSLT
Posted on 4/5/07 by Tim Koschützki
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.
You can skip to the end and add a comment.
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
This post is too old. We do not allow comments here anymore in order to fight spam. If you have real feedback or questions for the post, please contact us.
please give me a idea to convert xml to sql