INTERVIEW QUESTIONS
WEB
XSLT
DETAILS
Question: How we compare XSLT and XPath??
Answer: Some comparison b/w XSLT and XPath and given below:<br>1.XSLT is depends upon W3C XPath language.Which is use to identify subset of source document tree. XPath is also used to provide the function range.<br>2.Both XSLT and XPath published at same time than we can say that XSLT2.0 trusts on XPath2.0 and XSLT1.0 trusts on XPath1.0.<br><br>
|