KickStart Tutorial XML by Jan Kampherbeek - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

What is XML ?

Simpler SGML

XML is a meta-language.
A meta-language is a language that's used to define other languages. You can use XML for instance to define a language like WML.
XML is a smaller version of SGML. It's easy to master and that's a major advantage compared to SGML which is a very complex meta-language.

XML: What it can do

With XML you can :

Define data structures
Make these structures platform independent
Process XML defined data automatically
Define your own tags

With XML you cannot

 

Define how your data is shown. To show data, you need other techniques.