What is basic need of xml transformation? In which situation we can use this ? can we use this in .Net?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Suppose you get several different product catalogues, each in a different XML format.
You use yet another XML format internally.
The simplest thing to do is transform the different XML formats to your own. You can use XSLT for that.
The .NET framework has extensive support from XSL transformations – see the System.Xml.Xsl namespace.