Wiley 978-0-7645-4986-1 Datenblatt

Stöbern Sie online oder laden Sie Datenblatt nach Software-Handbücher Wiley 978-0-7645-4986-1 herunter. Wiley XML 1.1 Bible, 3rd Edition Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 14
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
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
CHAPTER
✦✦✦✦
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
Seitenansicht 0
1 2 3 4 5 6 ... 13 14

Inhaltsverzeichnis

Seite 1 - View of XML

An Eagle’s EyeView of XMLThis chapter introduces you to XML, the ExtensibleMarkup Language. It explains, in general terms, whatXML is and how it is us

Seite 2

12Part I ✦ Introducing XMLCSSBecause XML allows arbitrary tags in a document, the browser has no way to knowin advance how each element should be disp

Seite 3

13Chapter 1 ✦ An Eagle’s Eye View of XMLA CSS style sheet can only change the format of a particular element, and it canonly do so on an element-wide

Seite 4

14Part I ✦ Introducing XMLAlthough URLs are well understood and well supported, the XML specification usesthe more general Uniform Resource Identifier

Seite 5 - Self-describing data

15Chapter 1 ✦ An Eagle’s Eye View of XMLXLinks are discussed in Chapter 17.XPointers allow links to point not just to a particular document at a parti

Seite 6 - Structured data

16Part I ✦ Introducing XMLAmong other things, an XML document may contain hypertext links to other docu-ments and resources. These links are created a

Seite 7 - The Life of an XML Document

4Part I ✦ Introducing XMLXML, however, is a meta-markup language. It’s a language that lets you make up thetags you need as you go along. These tags m

Seite 8 - The process summarized

5Chapter 1 ✦ An Eagle’s Eye View of XMLXML describes structure and semantics, not formattingXML markup describes a document’s structure and meaning. I

Seite 9 - Related Technologies

6Part I ✦ Introducing XMLXML markup also makes it easier for nonhuman automated computer software tolocate all of the songs in the document. A compute

Seite 10 - Part I ✦ Introducing XML

7Chapter 1 ✦ An Eagle’s Eye View of XMLSelf-describing dataMuch computer data from the last 40 years is lost, not because of natural disaster ordecayi

Seite 11 - URLs and URIs

8Part I ✦ Introducing XMLInterchange of data among applicationsBecause XML is nonproprietary and easy to read and write, it’s an excellent formatfor t

Seite 12 - XLinks and XPointers

9Chapter 1 ✦ An Eagle’s Eye View of XMLXML also provides a client-side include mechanism that integrates data from multiplesources and displays it as

Seite 13 - Putting the pieces together

10Part I ✦ Introducing XMLIn any case, the editor or other program creates an XML document. More often thannot, this document is an actual file on som

Seite 14

11Chapter 1 ✦ An Eagle’s Eye View of XMLHTML is also somewhat independent of the programs that read and write it, but it’sreally only suitable for bro

Kommentare zu diesen Handbüchern

Keine Kommentare