Hi...
What is XSLT? What is the use of XSLT?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Apr 24, 2012, 12:02 AM
XSL stands for EXtensible Stylesheet Language, and is a style sheet language for XML documents.XSLT stands for XSL Transformations
XSLT is the recommended style sheet language of XML.With XSLT you can transform an XML document into HTML.
please refer below link that explain how we can you xslt.
http://www.w3schools.com/xsl/xsl_examples.asp
hope this help.
Sam HobbsPosted Apr 23, 2012, 2:26 PM
Satyapriya NayakPosted Apr 23, 2012, 10:03 AM
Please refer the below link
http://www.xmlmaster.org/en/article/d01/c07/#whatis
Thanks
SenthilkumarPosted Apr 23, 2012, 6:52 AM
For more info:
http://www.w3.org/TR/xslt
http://www.w3schools.com/xsl/xsl_intro.asp
MuthuMari MPosted Apr 23, 2012, 6:14 AM
XSLT is a language for transforming XML documents into XHTML documents or to other XML documents.
XSLT uses XPath to find information in an XML document. XPath is used to navigate through elements and attributes in XML documents.
pls refer this url for more info :
http://www.w3schools.com/xsl/xsl_intro.asp
thanks.
If this post is useful then mark it as "Accepted Answer"