XSLT interview questions
XSLT - posted on August 27, 2008 at 17:10 pm by Amit Satpute
What is XSLT?
XSLT stands for XSL Transformations and is a language used to transform XML
documents into XHTML documents or to other XML documents.
What are the roles of XSLT?
The roles of XSLT are:
XSLT is used to transform an XML document into another XML document such as
HTML, etc.
XSLT can be used to add or remove elements and attributes to or from the output
file.
XSLT can also be used for rearranging and sorting elements.
It can also be used for performing tests and making decisions about hiding and
displaying of elements.
|