Google News
logo
XML - Interview Questions
What are some advantages of XSLT?
* Since it is applied for user-defined transformations to an XML document, XSLT makes it simple to merge XML data into the presentation, and the output can be XML, HTML, or might be any other structured document.

* Xpath is a feature of XSLT that allows you to address elements/attributes within an XML document.

* XSLT is a template-based language.
Advertisement