XML: Extensible Markup Language

We’d love to hear your thoughts on the next set of proposals for the JavaScript language. You can find a description of the proposals here.
Please take two minutes to fill out our short survey.

The Extensible Markup Language is a strict serialization of the Document Object Model.

EXSLT

EXSLT is a set of extensions to XSLT. There are a number of modules; those that are supported by Firefox are listed below:

XML Guides

This page lists guides for XML.

XPath

XPath stands for XML Path Language. It uses a non-XML syntax to provide a flexible way of addressing (pointing to) different parts of an XML document. It can also be used to test addressed nodes within a document to determine whether they match a pattern or not.

XSLT: Extensible Stylesheet Language Transformations

Extensible Stylesheet Language Transformations (XSLT) is an XML-based language used, in conjunction with specialized processing software, for the transformation of XML documents.