Hi,
Got an complex XML file and ask me to load data into multiple tables dynamically..
used XML task and XSLT to generate a new XML file..
and used XML source and manually generated XSD by clicking 'generate xsd' button and its works fine gave expressions and working for that particular XML file
and i have another xml file with same elements but different data... i don't want to go into XML source and click generate XSD button ...Is there any alternative best way that just user need to upload xml file, by using xslt its need to generate XSD dynamically and data needs to load in SQL db....
Thank's in advance..
Vinni