XML
XML stands for Extensible Markup Language. It's a super-set of HTML. XML is a document description
language and is designed so that authors can create their own document structures. The syntax is very
strict, much more so than HTML. All tags must be closed, and tags cannot overlap or the document will
not load. Here's a simple example:
-
Pen
3
3.99
-
Pencil
2
2.95
In practice, the code can get sort of hairy. Here's another example:
| CPI |
@@INCLUDE SRC="local://reports/parts/variant.xml"@@
SMIL is an example of XML in action.
Readings
Building Web Sites - ITP Fall 2000 - Mike Cosaboom, Instructor
cosaboom@acf2.nyu.edu