Hello,
I am new to world of development :). I have larger number of xml data source (may be 7000 or more applications). There data doesnt change so frequently. the data sources have different xsd. XSD are complex, so I am not able to generate dataset from it (usin xsd tool)
I wanted to store the data in the database, and give user the opputunity to change the data when they want.
My idea is -
...