XML Tutorials

  Home arrow XML Tutorials arrow Page 4 - Getting to Know XML
XML TUTORIALS

Getting to Know XML
By: James Payne
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 6
    2009-02-04

    Table of Contents:
  • Getting to Know XML
  • More Definitions
  • Determining the Form of Your Data
  • Different Types of XML

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    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.
    blog comments powered by Disqus

    XML TUTORIALS ARTICLES

    - Validation with Document Type Definitions (D...
    - Creating a Well-Formed XML Document
    - Getting to Know XML
    - A Friendly Approach to XML
    - Creating RSS 2.0 Feeds
    - Using Modules in Your RSS Feed
    - RSS 2.0
    - Querying XML: Use Cases
    - Joins and Query Use with XML
    - Solving Problems by Querying XML
    - Performing Set Operations When Querying XML
    - Querying XML
    - Handling Data for Ajax with JSON
    - Handling XML Data for Ajax
    - XML and JSON for Ajax


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 5 - Follow our Sitemap