Getting to Know XML - Different Types of XML
(Page 4 of 4 )
We discussed the lineage of XML in the first article. Here we will talk about a few types of XML of which you'll want to be aware.
XSL – Stands for Extensible Style Language. There are three forms of this. XSLT, or Extensible Style Transformation Language, transforms basic XML into a display format with tables and indices. A main use of XSLT is create HTML pages from your XML documents.
Another form of XSL is XPath, which is basically an XML language that you use to navigate the architecture of an XML document.
The third form of XSL is known as XSL-FO, with the FO meaning Formatting Objects. You use it to determine the layout, pagination, and style of a document to print it. It can be used with many print documents, such as PDFs.
XForms – This is an XML language that is used to gather and submit data entered into a form and return it as an XML document.
XML Query – This is an XML language used to query multiple files for XML data.
SOAP -- This is also known as Simple Object Access Protocol. It is used to communicate between a web page and a web service application when a web page requests a web service.
SVG – Scalable Vector Graphics is an XML language that enables you to display a two-dimensional vector graphic and animations. A vector graphic is an image made using mathematical equations. Because of this they take up less space than traditional images, and are scalable without the loss of image integrity.
SMIL – Synchronized Multimedia Integrated Language is used to create multimedia presentations out of audio, images, text, and video.
Final Words
In our next article we will begin to migrate our data into XML. We will begin by looking at our data and creating a taxonomy for it. We will break our data into different categories and then create a Schema.
Thank you for reading my article. Any questions or comments are welcome.
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |