Home >>XML Tutorial >XML Related Technologies
We've pointed out technologies related to XML here. The following technology related to XML exist:
Sr No | Technology | Meaning | Description |
---|---|---|---|
1. | XHTML | Extensible html | It's a simpler and more rigorous edition of XML. It is a part of the XML markup languages family. It was designed to make html more extensible and enhance interoperability with other information. |
2. | XML DOM | XML document object model. | This is a standard model of the document and is used to view and modify XML. In tree layout it describes the XML file. |
3. | XSL it contain three parts: i) XSLT (xsl transform) ii) XSL iii)XPath |
Extensible style sheet language | (i) Transforms XML to other files, such as html. (ii) This is used for screen, document etc. XML formatting. iii) XML documents must be navigated in a language. |
4. | XQuery | XML query language | It is a language based on XML and is used to query data based on XML. |
5. | DTD | Document type definition | This is a term used when describing the legal elements of an XML document. |
6. | XSD | XML schema definition | It is an alternative to dtd, focused on XML. This describes the structure of an XML document. |
7. | XLink | XML linking language | Xlink stands for the language referring to XML. This language is used to build hyperlinks (both external and internal links) in XML documents. |
8. | XPointer | XML pointer language | It is a framework which addresses components of internet media based on XML. It allows you to point the xlink hyperlinks to more specific parts in the XML document. |
9. | SOAP | Simple object access protocol | It is a simple object control protocol that stands for an acronym. To allow apps share information over http is focused on XML protocol. You can say in simple words that protocol is used to access web services. |
10. | WSDL | web services description languages | Describing web services is an XML based language. This also describes the services a web site provides. |
11. | RDF | Resource description framework | RDF is a language focused on XML to define Web tools. It is the basic pattern for web-based data exchange. It is used for describing a web page 's title, author, content, and copyright information. |
12. | SVG | Scalable vector graphics | It is a vector image format based on XML for two - dimensional images. The graphics are represented in XML format. It supports animation, as well. |
13. | RSS | Really simple syndication | RSS is an XML-based application for managing syndication of web content. It's used for fast news and update browsing. This is commonly used for places such as news. |