Chapter One
Introduction
Orientation
What Is XML?
Extensible Markup Language (XML) is a globally accepted, vendor independent
standard for representing structured, text based data. An XML document is a
perfect medium in which to encapsulate any kind of information that can be
arranged or structured in some way. For example, an XML document can contain a
list of personal or business contacts, books in a library's card catalogue, or
products in a warehouse.
If we looked at any one of these examples say, the library card
catalogue in the more traditional "table oriented" view with which
most developers would be familiar, we would see something like the following:
book_isbnbook_genreFirstnamemiddlenameLastnametitle
0812589041Science OrsonScottCardEnder's FictionGame
0883853280biographyWilliamDunhamEuler: The
Master of Us All
An XML document, on the ...
read full excerpt from CodeNotes for XML ebook