[main] [misc] [graphics] [page design] [site design] [xhtml] [css] [xml] [xsl] [schema] [javascript] [php] [mysql]

HVCC Home
Blackboard HVCC
Blackboard Manual
Faculty Association

xml main
1. xml document basics
* 2. what is xml
a. xml hello world
b. on to xml
c. xml is no magic bullet
d. xml syntax
e. rules of xml
f. valid xml
g. duckbook
3. xml and css


print version

Note that all external links will open up in a separate window.

This is a stripped down version of these pages for older browsers. These pages are really meant to be viewed in a standards compliant browser.

Directions for surfing with audio.

What is XML?

These tutorials are about XML, the Extensible Markup Language.

This tutorial has seven (7) sub-sections.

What is XML?

XML is short for Extensible Markup Language. XML was specifically designed as a language for the creation of electronic documents.

extensible: an extensible language is one that comes with rules on how to modify with language without violating standards for that language

XML was specifically created to be extensible, which is to say it is designed to allow for the definition of new markup. The purpose of XML is not to mark up documents itself, but rather to define other document markup languages. Thus, what you use XML for is to create extentions to XML.

When you use XML to create an XML-based markup language, that language is said to be an application of XML.

Learning XML is not really about XML itself, but rather about learning the applications of XML and the rules of creating markup languages.

XML itself can be summed up in a couple of pages. Trying to cover all the things that relate to or have been created with XML is a field of study all by itself.

In this section we are going to take a look at the basics of XML, the general rules that govern it. Everything after this point will be about the tools and resources you need to create markup languages and to get XML to work effectively.

[top]