Wiley XML 1.1 Bible, 3rd Edition 978-0-7645-4986-1 Benutzerhandbuch

Produktcode
978-0-7645-4986-1
Seite von 14
An Eagle’s Eye
View of XML
T
his chapter introduces you to XML, the Extensible
Markup Language. It explains, in general terms, what
XML is and how it is used. It shows you how different XML
technologies work together, and how to create an XML docu-
ment and deliver it to readers.
What Is XML?
XML stands for Extensible Markup Language (often miscapi-
talized as eXtensible Markup Language to justify the acronym).
XML is a set of rules for defining semantic tags that break a
document into parts and identify the different parts of the doc-
ument. It is a meta-markup language that defines a syntax in
which other domain-specific markup languages can be written.
XML is a meta-markup language
The first thing you need to understand about XML is that it
isn’t just another markup language like HTML, TeX, or troff.
These languages define a fixed set of tags that describe a fixed
number of elements. If the markup language you use doesn’t
contain the tag you need, you’re out of luck. You can wait 
for the next version of the markup language, hoping that it
includes the tag you need; but then you’re really at the mercy
of whatever the vendor chooses to include.
1
1
C H A P T E R
In This Chapter
What is XML?
Why are developers
excited about XML?
The life of an XML
document
Related technologies
03 549863 Ch01.qxd  1/28/04  9:46 AM  Page 3