what is XSLT?

Answer Posted / g.h

"XSLT" stands for eXtensible Stylesheet Language
Transformations. It is one of the parts of the XSL standard,
along with XSL-FO (Formatting Objects) and XPath.

XSLT is used to transform XML documents into some other
form. One output form is XML. This means XSLT can be used to
generate a document in any XML-based language.
It can also be used to generate HTML, in which case the less
strict markup rules of HTML are used. So XSLT can be used to
create a web page, or part thereof, from an XML document.
Plain text is also a possibility, so basically XSLT can
transform XML documents into any textual form.

Current implementation versions are 1.0 and 2.0. The newer
2.0 standard has extended functionality, making the
stylesheets written in it less verbose.

XSLT works primarily through the concept of templates. For
each node in the XML input, a matching template is sought.
The templates are matched based on XPath expressions. Then,
the template is executed with that node as context.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is xml declaration tag?

456


What is xsl used for?

484


What are the advantages of using xslt?

474


Which browser first used the rss feed?

450


Is xml format or content-driven?

505






Can excel open xml files?

481


How to use filtering in XSLT?

510


Can the content model in an element type declaration contain element types whose names come from other xml namespaces?

495


What does an xml document actually look like (inside)?

514


What is the purpose of xml?

442


State the benefits of xml?

527


How do I edit an xsl file?

473


What is XML Encoding?

515


What is excel xml format?

454


Can I use rss feeds on my website?

436