Xml Technologies
# XML-Related Technologies
* * *
Below is a list of XML technologies.
* * *
[XHTML (Extensible HTML)](
A stricter and cleaner version of HTML based on XML.
[XML DOM (XML Document Object Model)](
The standard document model for accessing and manipulating XML.
[XSL (Extensible Stylesheet Language)]( XSL consists of three parts:
* ( (XSL Transformations) β transforms XML into other formats, such as HTML
* ( (XSL Formatting Objects) β a language for formatting XML documents
* ( β a language for navigating XML documents
[XQuery (XML Query Language)](
An XML-based language for querying XML data.
[DTD (Document Type Definition)](
A standard for defining the legal elements within an XML document.
[XSD (XML Schema)](
An XML-based alternative to DTD.
[XLink (XML Linking Language)](
A language for creating hyperlinks in XML documents.
[XPointer (XML Pointer Language)](
Allows XLink hyperlinks to point to more specific parts of an XML document.
[SOAP (Simple Object Access Protocol)](
An XML-based protocol enabling applications to exchange information over HTTP.
[WSDL (Web Services Description Language)](
An XML-based language for describing web services.
[RDF (Resource Description Framework)](
An XML-based language for describing web resources.
[RSS (Really Simple Syndication)](
A format for syndicating news and news-like content.
[SVG (Scalable Vector Graphics)](
Defines XML-based vector graphics.
YouTip