XML in a Nutshell

XML in a Nutshell
ISBN-10
0596002920
ISBN-13
9780596002923
Category
Database management
Pages
613
Language
English
Published
2002
Publisher
"O'Reilly Media, Inc."
Authors
Elliotte Rusty Harold, W. Scott Means

Description

A reference to the fundamental rules of XML details tags, grammar, placement, element names, attributes, and syntax.

Other editions

Similar books

  • XML 1.1 Bible
    By Elliotte Rusty Harold

    Updated and better than ever, this more focused revision provides comprehensive coverage of XML to anyone with a basic understanding of HTML and Web servers Featuring all-new examples, this book contains everything readers need to know to ...

  • XML in a Nutshell, 2nd Edition
    By Elliote Rusty Harold, W Scott Means

    An updated quick-reference covering the fundamental rules that all XML documents and authors must follow.

  • XML All-in-One Desk Reference For Dummies
    By Richard Wagner, Richard Mansfield

    Provides in depth coverage of the many features and specifications of XML, the data interchange standard of choice. * XML All in One For Dummies is a true desk reference designed to guide readers through the features and specifications of ...

  • Beginning XML
    By David Hunter, Jonathan Pinnock, Kurt Cagle

    An allowable element might look like: Without question, Weird Al is the greatest singer of all timel In the above element, we have textual content interspersed throughout the elements we have declared ...

  • ADO.NET in a Nutshell
    By Matthew MacDonald, Bill Hamilton

    Using C#, this book presents real world, practical examples that will help you put ADO.NET to work immediately.Topics covered in the book include: An Introduction to ADO.NET Connections, Commands and DataReaders Disconnected Data Advanced ...

  • Effective XML: 50 Specific Ways to Improve Your XML
    By Elliotte Rusty Harold

    & & Drawing on years of experience, Harold explains 50 ways to use XML to produce code that is extensible, legible, and maintainable. & & The latest addition to Scott Meyers' Effective Software Development Series.

  • XML: A Beginner's Guide: Go Beyond the Basics with Ajax, XHTML, XPath 2.0, XSLT 2.0 and XQuery
    By Steven Holzner

    The book covers the latest innovations in XML, including Ajax, XHTML, XPath 2.0, XSLT 2.0, and the new XQuery specification. Now it's easier than ever to learn how to create your own XML solutions!

  • Learning XML: Creating Self-Describing Data
    By Erik T. Ray

    This second edition of the bestselling Learning XML provides web developers with a concise but grounded understanding of XML (the Extensible Markup Language) and its potential-- not just a whirlwind tour of XML.The author explains the ...

  • XML Pocket Reference
    By Robert Eckstein, Michel Casabianca

    The new edition introduces information on XSLT (Extensible Stylesheet Language Transformations) and Xpath.

  • Processing XML with Java: A Guide to SAX, DOM, JDOM, JAXP, and TrAX
    By Elliotte Rusty Harold

    ... java DOMSpider topURL " ) ; return ; } // start parsing ... try { } DOMSpider spider = new DOMSpider ( ) ; spider.spider ( args [ 0 ] ) ; catch ( Exception e ) { } System.err.println ( e ) ; e.printStackTrace ( ) ; } // end main } // end ...