XSLT and XPath

Extensible Stylesheet Language: Transformations (XSLT) is a language for transforming the structure of XML documents. It is designed for use as part of  Extensible Stylesheet Language (XSL).

XML Path Language (XPath) is an XSL sub-language that is designed to be used with XSLT. It is used for identifying or addressing parts of a source XML document. Every node within an XML document can be uniquely identified and located using the syntax defined for XPath.


Feedback