Originally posted by Niranjan Prasad:
I want to know the usage of XSLT?
I was asked this question in SourceN technologies interview
XSLt is used for transforming(converting) XMl files into other XMl files, or HTML files or to text files.
Depending upon the recieving application, the output will differ. If the application is a web browser, you might most probably convert XML using XSLT to HTML.
HTH