We already know almost all about XML, so what are the technologies related to XML? Please refer to this section.
Below is a list of XML technologies.
XHTML (Extensible HTML)
A stricter and purer XML-based version of HTML.
XML DOM (XML Document Object Model)
A standard document model for accessing and manipulating XML.
XSL (Extensible Stylesheet Language) XSL consists of three parts:
XSLT (XSL Transformation) - Convert XML to other formats, such as HTML
XSL-FO (XSL Formatting Object) - a language for formatting XML documents
XPath - a language for navigating XML documents
XQuery (XML query language)
An XML-based language for querying XML data.
DTD (Document Type Definition)
A standard used to define legal elements in XML documents.
XSD (XML Schema)
XML-based DTD replacement.
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 that allows applications to exchange information over HTTP.
WSDL (Web Services Description Language)
XML-based language for describing web services.
RDF (Resource Description Framework)
An XML-based language for describing network resources.
RSS (Really Simple Syndication)
A format for aggregating news and news-like site content.
SVG (Scalable Vector Graphics)
Defines graphics in XML format.