XML in a Nutshell
Home > Computing and Information Technology > Computer programming / software engineering > Web programming > XML in a Nutshell: (In a Nutshell S.)
XML in a Nutshell: (In a Nutshell S.)

XML in a Nutshell: (In a Nutshell S.)


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

XML, the Extensible Markup Language, is a W3C endorsed standard for document markup. Because of its ability to deliver portable data, XML is positioned to be a key Web application technology. Aiming to address the complexity and potential of this markup language, this text provides a desktop reference which should allow users to take advantage of XML's full potential. The book shows how to format files and data structures correctly for use in XML documents. XML defines a basic syntax used to mark up data with simple, human-readable tags, and provides a standard format for computer documents. This format is flexible enough to be customized for transforming data between applications as diverse as Web sites, electronic data interchange, voice mail systems, and wireless devices, to name a few. Developers can either write their own programs that interact with, massage, and manipulate the data in XML documents, or they can use off-the-shelf software like web browsers and text editors to work with XML documents. Either choice gives them access to a wide range of free libraries in a variety of languages that can read and write XML. The XML specification defines the exact syntax this markup must follow: how elements are delimited by tags, what a tag looks like, what names are acceptable for elements, where attributes are placed, and so forth. XML doesn't have a fixed set of tags and elements that are supposed to work for everybody in all areas of interest for all time. It allows developers and writers to define the elements they need as they need them. Although XML is quite flexible in the elements it allows to be defined, it is quite strict in many other respects. This text covers the fundamental rules that all XML documents and authors must adhere to, detailing the grammar that specifies where tags may be placed, what they must look like, which element names are legal, how attributes attach to elements, and much more.

Table of Contents:
Preface Part I. XML Concepts Chapter 1. Introducing XML What XML Offers Portable Data How XML Works The Evolution of XML Chapter 2. XML Fundamentals XML Documents and XML Files Elements, Tags, and Character Data Attributes XML Names Entity References CDATA Sections Comments Processing Instructions The XML Declaration Checking Documents for Well-Formedness Chapter 3. Document Type Definitions Validation Element Declarations Attribute Declarations General Entity Declarations External Parsed General Entities External Unparsed Entities and Notations Parameter Entities Conditional Inclusion Two DTD Examples Locating Standard DTDs Chapter 4. Namespaces The Need for Namespaces Namespace Syntax How Parsers Handle Namespaces Namespaces and DTDs Chapter 5. Internationalization The Encoding Declaration Text Declarations XML-Defined Character Sets Unicode ISO Character Sets Platform-Dependent Character Sets Converting Between Character Sets The Default Character Set for XML Documents Character References xml:lang Part II. Narrative-Centric Documents Chapter 6. XML as a Document Format SGML's Legacy Narrative Document Structures TEI DocBook Document Permanence Transformation and Presentation Chapter 7. XML on the Web XHTML Direct Display of XML in Browsers Authoring Compound Documents with Modular XHTML Prospects for Improved Web Search Methods Chapter 8. XSL Transformations An Example Input Document xsl:stylesheet and xsl:transform Stylesheet Processors Templates Calculating the Value of an Element with xsl:value-of Applying Templates with xsl:apply-templates The Built-in Template Rules Modes Attribute Value Templates XSLT and Namespaces Other XSLT Elements Chapter 9. XPath The Tree Structure of an XML Document Location Paths Compound Location Paths Predicates Unabbreviated Location Paths General XPath Expressions XPath Functions Chapter 10. XLinks Simple Links Link Behavior Link Semantics Extended Links Linkbases DTDs for XLinks Chapter 11. XPointers XPointers on URLs XPointers in Links Bare Names Child Sequences Points Ranges Chapter 12. Cascading Stylesheets (CSS) The Three Levels of CSS CSS Syntax Associating Stylesheets with XML Documents Selectors The Display Property Pixels, Points, Picas, and Other Units of Length Font Properties Text Properties Colors Chapter 13. XSL Formatting Objects (XSL-FO) XSL Formatting Objects The Structure of an XSL-FO Document Master Pages XSL-FO Properties Choosing Between CSS and XSL-FO Part III. Data-Centric Documents Chapter 14. XML as a Data Format Programming Applications of XML Describing Data Support for Programmers Chapter 15. Programming Models Event- Versus Object-Driven Models Programming Language Support Non-Standard Extensions Transformations Processing Instructions Links and References Notations What You Get Is Not What You Saw Chapter 16. Document Object Model (DOM) DOM Core DOM Strengths and Weaknesses Parsing a Document with DOM The Node Interface Specific Node Types The DOMImplementation Interface A Simple DOM Application Chapter 17. SAX The ContentHandler Interface SAX Features and Properties Part IV. Reference Chapter 18. XML 1.0 Reference How to Use This Reference Annotated Sample Documents Key to XML Syntax Well-Formedness Validity Global Syntax Structures DTD (Document Type Definition) Document Body XML Document Grammar Chapter 19. XPath Reference The XPath Data Model Datatype Location Paths Predicates XPath Functions Chapter 20. XSLT Reference The XSLT Namespace XSLT Elements XSLT Functions Chapter 21. DOM Reference Object Hierarchy Object Reference Chapter 22. SAX Reference The org.xml.sax Package The org.xml.sax.helpers Package SAX Features and Properties The org.xml.sax.ext Package Chapter 23. Character Sets Character Tables HTML4 Entity Sets Other Unicode Blocks Index

About the Author :
Elliotte Rusty Harold is a noted writer and programmer, both on and off the Internet. His Cafe au Lait website has become one of the most popular independent Java sites on the internet, and his spin-off site Cafe con Leche for XML News and Resources has become one of the most popular XML sites on the internet. Elliotte is the author of O'Reilly's Java Network Programming. W. Scott Means has been a professional software developer since 1988, when he joined Microsoft Corporation at the age of 17. He was one of the original developers of OS/2 1.1 and Windows NT, and did some of the early work on the Microsoft Network for the Advanced Technology and Business Development group. Most recently he is serving as the CEO of Industrial Web Machines, a new Internet venture based in Columbia, South Carolina.

Review :
'It is truly an amazing book '- Greek TeX Friends Newsletter, August 2001 '...there is the usual thoroughness one associates with O'Reilly publications. The coverage is totally comprehensive, and all the data is displayed in an attractive and consistent format.... It contains all the basics of the XML standard. Serious web developers will find topics ranging from the most basic syntax rules, to the details of document type definition (DTD) creation. For more advanced users, they also include details of Extensible Stylesheet Transformation (XSLT) and the document object model (DOM). MANTEX Information Design


Best Sellers


Product Details
  • ISBN-13: 9780596000585
  • Publisher: O'Reilly Media
  • Publisher Imprint: O'Reilly Media
  • Height: 229 mm
  • Returnable: N
  • Weight: 660 gr
  • ISBN-10: 0596000588
  • Publisher Date: 06 Feb 2001
  • Binding: Book
  • Language: English
  • Series Title: In a Nutshell S.
  • Width: 153 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
XML in a Nutshell: (In a Nutshell S.)
O'Reilly Media -
XML in a Nutshell: (In a Nutshell S.)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

XML in a Nutshell: (In a Nutshell S.)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!