XSLT and XPATH - interview questions

Define XSLT and XPATH.

XSLT:

- It is a language which transforms XML documents into XHTML documents or to other XML documents.

- XSLT stands for Extensible Stylesheet Language Transformations.

- It uses XPATH to navigate in XML documents.

- XSLT uses XPATH to identify subsets of the source document tree and perform calculations.

XPATH:

- It is a major element in the XSLT standard.

- It is a syntax for defining parts of an XML document.

- XPATH stands for XML Path Language.

- It is used for navigating in XML documents.

- It can be used to query data from XML documents.

- It uses path expressions to navigate in XML documents.

- XPATH expressions are case sensitive.
What is XSLT? - XML
XSLT stands for XSL Transformations and is a language used to transform XML documents.......
What are the roles of XSLT? - XML
The roles of XSLT are: XSLT is used to transform an XML document into another XML document such as HTML, etc.......
What is XSLT? Explain its relationships with XSL - XML
XSLT stands for eXtensible Stylesheet Language Transformations. It is a language used to convert XML documents to XHTML or other XML documents.......
Post your comment