Content deleted Content added
m →History: Obviously incorrect date, cf. URL |
Rodney Boyd (talk | contribs) →Related specifications: Revise description of XSLT |
||
Line 272:
*[http://www.w3.org/TR/xml-id/ xml:id] allows an author to confer ID-ness (in the sense used in a DTD) on an attribute, by naming it xml:id.
* [[XPath]] defines a syntax named ''XPath expressions'' which identify one or more of the internal components (elements, attributes, and so on) included in an XML document. XPath is widely used in other core-XML specifications and in programming libraries for accessing XML-encoded data.
* [[XSLT]] is a language with an XML-based syntax that is used to transform XML documents into other XML documents, HTML, or other, unstructured formats such as plain text or RTF. XSLT is very tightly coupled with XPath, which it uses to address elements and attributes in the input XML document.
*[[XQuery]] is an XML-oriented query language strongly rooted in XPath and XML Schema. It provides methods to access, manipulate and return XML.
*[[XML Signature]] defines syntax and processing rules for creating [[digital signatures]] on XML content.
|