Syndetics cover image
Image from Syndetics

XML in a nutshell

By: Harold, Elliotte RustyContributor(s): Means, W. ScottPublisher: Sebastopol, CA : O'Reilly, 2002Edition: 2nd edDescription: 613 p. 23 cm001: 7875ISBN: 0596002920Subject(s): Web site design | Programming languagesDDC classification: 004.6 HAR
Holdings
Item type Current library Collection Call number Copy number Status Date due Barcode
Book MAIN LIBRARY Book PRINT 004.6 HAR (Browse shelf(Opens below)) 1 Available 063520

Enhanced descriptions from Syndetics:

This powerful new edition provides developers with a comprehensive guide to the rapidly evolving XML space. Serious users of XML will find topics on just about everything they need, from fundamental syntax rules, to details of DTD and XML Schema creation, to XSLT transformations, to APIs used for processing XML documents. Simply put, this is the only reference of its kind among XML books.Whether you're a Web designer using SVG to add vector graphics to web pages, or a C++ programmer using SOAP to serialize objects into a remote database, XML in a Nutshell thoroughly explains the basic rules that all XML documents -- and all XML document creators -- must adhere to, including:

Essentials of the core XML standards: With this book, you can develop an understanding of well-formed XML, DTDs, namespaces, Unicode, and W3C XML Schema quickly. Key technologies used mainly for narrative XML documents such as web pages, books, and articles: You'll gain a working knowledge of XSLT, Xpath, Xlink, Xpointer, CSS, and XSL-FO. Technologies for building data-intensive XML applications, and for processing XML documents of any kind: One of the most unexpected developments in XML has been its enthusiastic adoption for structured documents used for storing, and exchanging used by a wide variety of programs. This book will help you understand the tools and APIs needed to write software that processes XML, including the event-based Simple API for XML (SAX2) and the tree-oriented Document Object Model (DOM). Quick-reference chapters also detail syntax rules and usage examples for the core XML technologies, including XML, DTDs, Xpath, XSLT, SAX, and DOM. If you need explanation of how a technology works, or just need to quickly find the precise syntax for a particular piece, this up-to-date edition is ready with the information. XML in a Nutshell is an essential guide for developers who need to create XML-based file formats and data structures for use in XML documents. This is one book you'll want to close at hand as you delve into XML.

Table of contents provided by Syndetics

  • Preface (p. xi)
  • Part I. XML Concepts
  • 1. Introducing XML (p. 3)
  • The Benefits of XML (p. 3)
  • Portable Data (p. 6)
  • How XML Works (p. 7)
  • The Evolution of XML (p. 8)
  • 2. XML Fundamentals (p. 12)
  • XML Documents and XML Files (p. 12)
  • Elements, Tags, and Character Data (p. 13)
  • Attributes (p. 16)
  • XML Names (p. 18)
  • Entity References (p. 19)
  • CDATA Sections (p. 20)
  • Comments (p. 21)
  • Processing Instructions (p. 21)
  • The XML Declaration (p. 23)
  • Checking Documents for Well-Formedness (p. 24)
  • 3. Document Type Definitions (DTDs) (p. 27)
  • Validation (p. 28)
  • Element Declarations (p. 36)
  • Attribute Declarations (p. 41)
  • General Entity Declarations (p. 48)
  • External Parsed General Entities (p. 49)
  • External Unparsed Entities and Notations (p. 51)
  • Parameter Entities (p. 53)
  • Conditional Inclusion (p. 55)
  • Two DTD Examples (p. 56)
  • Locating Standard DTDs (p. 58)
  • 4. Namespaces (p. 60)
  • The Need for Namespaces (p. 60)
  • Namespace Syntax (p. 63)
  • How Parsers Handle Namespaces (p. 69)
  • Namespaces and DTDs (p. 69)
  • 5. Internationalization (p. 72)
  • Character-Set Metadata (p. 72)
  • The Encoding Declaration (p. 73)
  • Text Declarations (p. 74)
  • XML-Defined Character Sets (p. 75)
  • Unicode (p. 75)
  • ISO Character Sets (p. 78)
  • Platform-Dependent Character Sets (p. 79)
  • Converting Between Character Sets (p. 80)
  • The Default Character Set for XML Documents (p. 81)
  • Character References (p. 82)
  • xml:lang (p. 85)
  • Part II. Narrative-Centric Documents
  • 6. XML as a Document Format (p. 89)
  • SGML's Legacy (p. 89)
  • Narrative Document Structures (p. 90)
  • TEI (p. 92)
  • DocBook (p. 95)
  • Document Permanence (p. 98)
  • Transformation and Presentation (p. 100)
  • 7. XML on the Web (p. 102)
  • XHTML (p. 103)
  • Direct Display of XML in Browsers (p. 109)
  • Authoring Compound Documents with Modular XHTML (p. 114)
  • Prospects for Improved Web-Search Methods (p. 131)
  • 8. XSL Transformations (XSLT) (p. 136)
  • An Example Input Document (p. 136)
  • xsl:stylesheet and xsl:transform (p. 137)
  • Stylesheet Processors (p. 139)
  • Templates and Template Rules (p. 140)
  • Calculating the Value of an Element with xsl:value-of (p. 141)
  • Applying Templates with xsl:apply-templates (p. 142)
  • The Built-in Template Rules (p. 145)
  • Modes (p. 149)
  • Attribute Value Templates (p. 151)
  • XSLT and Namespaces (p. 151)
  • Other XSLT Elements (p. 153)
  • 9. XPath (p. 154)
  • The Tree Structure of an XML Document (p. 154)
  • Location Paths (p. 157)
  • Compound Location Paths (p. 162)
  • Predicates (p. 163)
  • Unabbreviated Location Paths (p. 164)
  • General XPath Expressions (p. 167)
  • XPath Functions (p. 170)
  • 10. XLinks (p. 175)
  • Simple Links (p. 175)
  • Link Behavior (p. 177)
  • Link Semantics (p. 179)
  • Extended Links (p. 180)
  • Linkbases (p. 187)
  • DTDs for XLinks (p. 188)
  • 11. XPointers (p. 190)
  • XPointers on URLs (p. 190)
  • XPointers in Links (p. 192)
  • Bare Names (p. 193)
  • Child Sequences (p. 194)
  • Namespaces (p. 195)
  • Points (p. 195)
  • Ranges (p. 197)
  • 12. Cascading Style Sheets (CSS) (p. 202)
  • The Three Levels of CSS (p. 204)
  • CSS Syntax (p. 204)
  • Associating Stylesheets with XML Documents (p. 206)
  • Selectors (p. 208)
  • The Display Property (p. 211)
  • Pixels, Points, Picas, and Other Units of Length (p. 212)
  • Font Properties (p. 213)
  • Text Properties (p. 214)
  • Colors (p. 216)
  • 13. XSL Formatting Objects (XSL-FO) (p. 217)
  • XSL Formatting Objects (p. 218)
  • The Structure of an XSL-FO Document (p. 220)
  • Laying Out the Master Pages (p. 221)
  • XSL-FO Properties (p. 227)
  • Choosing Between CSS and XSL-FO (p. 232)
  • 14. Resource Directory Description Language (RDDL) (p. 234)
  • What's at the End of a Namespace URL? (p. 234)
  • RDDL Syntax (p. 235)
  • Natures (p. 239)
  • Purposes (p. 240)
  • Part III. Data-Centric XML
  • 15. XML as a Data Format (p. 243)
  • Why Use XML for Data? (p. 243)
  • Developing Data-Oriented XML Formats (p. 247)
  • Sharing Your XML format (p. 252)
  • 16. XML Schemas (p. 254)
  • Overview (p. 254)
  • Schema Basics (p. 256)
  • Working with Namespaces (p. 262)
  • Complex Types (p. 265)
  • Empty Elements (p. 268)
  • Simple Content (p. 269)
  • Mixed Content (p. 274)
  • Allowing Any Content (p. 277)
  • Controlling Type Derivation (p. 282)
  • 17. Programming Models (p. 287)
  • Common XML Processing Models (p. 287)
  • Common XML Processing Issues (p. 292)
  • 18. Document Object Model (DOM) (p. 296)
  • DOM Foundations (p. 296)
  • Structure of the DOM Core (p. 298)
  • Node and Other Generic Interfaces (p. 299)
  • Specific Node-Type Interfaces (p. 303)
  • The DOMImplementation Interface (p. 311)
  • Parsing a Document with DOM (p. 311)
  • A Simple DOM Application (p. 312)
  • 19. Simple API for XML (SAX) (p. 316)
  • The ContentHandler Interface (p. 318)
  • SAX Features and Properties (p. 326)
  • Filters (p. 328)
  • Part IV. Reference
  • 20. XML 1.0 Reference (p. 335)
  • How to Use This Reference (p. 335)
  • Annotated Sample Documents (p. 335)
  • XML Syntax (p. 339)
  • Constraints (p. 355)
  • XML Document Grammar (p. 366)
  • 21. Schemas Reference (p. 372)
  • The Schema Namespaces (p. 372)
  • Schema Elements (p. 373)
  • Primitive Types (p. 396)
  • Instance Document Attributes (p. 413)
  • 22. XPath Reference (p. 416)
  • The XPath Data Model (p. 416)
  • Data Types (p. 417)
  • Location Paths (p. 418)
  • Predicates (p. 422)
  • XPath Functions (p. 423)
  • 23. XSLT Reference (p. 430)
  • The XSLT Namespace (p. 430)
  • XSLT Elements (p. 430)
  • XSLT Functions (p. 452)
  • TrAX (p. 456)
  • 24. DOM Reference (p. 458)
  • Object Hierarchy (p. 459)
  • Object Reference (p. 460)
  • 25. SAX Reference (p. 513)
  • The org.xml.sax Package (p. 513)
  • The org.xml.sax.helpers Package (p. 520)
  • SAX Features and Properties (p. 527)
  • The org.xml.sax.ext Package (p. 528)
  • 26. Character Sets (p. 531)
  • Character Tables (p. 533)
  • HTML4 Entity Sets (p. 538)
  • Other Unicode Blocks (p. 546)
  • Index (p. 589)

There are no comments on this title.

to post a comment.

Powered by Koha