I am learning xslt, but don’t know the best scenarios for use xml + xsl.
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.
The best scenario to use XSLT is when you need to display XML data in different formats.
I.E., when you have an XML with products, and you need to output them in HTML, TXT, XHTML, WML, you can use XSLT transformations to do that.
The best part of XSLT transformations is that you can do SERVER SIDE transformations, if your client (browser) does not support XSLT natively (like some Mobile Browsers).