|
 | All orders shipped by airmail!
Click here for our Shipping Policies!
| |
 | | | "So you're the little woman who wrote the book that made this great war."
- Abraham Lincoln
(1809 - 1865), on meeting Harriet Beecher Stowe | | | |
|
| | Essential Xml Quick Reference: A Programmer's Reference to XML, XPath, XSLT, XML Schema, SOAP, and More
| |
| | by Martin Gudgin, Aaron Skonnard |
|
|
ZIN Product Number: 10044297 | eBay (last 12 months) | | Auctions: | | 46 | | Price Range: | | $0.09 - 0.08 | | | | Craigslist (last 12 months) | | Classifieds: | | 10 | | Price Range: | | $0.01 - 0.05 | | | | Amazon Used (last 12 months) | | Auctions: | | 86 | | Price Range: | | $0.08 - 0.09 | | | | ZooScape (last 12 months) | | Auctions: | | 0 | | Price Range: | | N/A | | | | | | Google listings (non-affiliate) | | 112 | | MSN listings (non-affiliate) | | 35 | | Yahoo listings (non-affiliate) | | 77 | | |
| | 
 
 | | | |  | | | Product Details
Format: Paperback, 1st ed., 432 pages
Publisher: Addison-Wesley
ISBN: 0201740958
Release Date: Jan 10, 2001
| |  | | | In Brief This reference for programmers and web developers covers all of XML along with related protocols and technologies. It is assumed that the reader has a basic understanding of XML. The authors are both with DevelopMentor's technical staff. Annotation c. Book News, Inc., Portland, OR (booknews.com)
| | | | From The Publisher The complete quick-reference to XML -- and its most important related technologies. - XML, SOAP, XML Schema, XPath, and XSLT -- all in one example-rich quick-reference.
- Triple the coverage of its nearest competitor -- including up-to-the-minute information on BizTalk, schemas, and namespaces.
- By two respected leaders in the XML community, DevelopMentor's Aaron Skonnard and Martin Gudgin.
XML and the technologies surrounding it have grown immensely in recent years -- in both use and complexity. There's more to know than any one individual can possibly remember. In Essential XML Quick Reference, two leading XML experts present an authoritative reference that covers all the XML-related technologies that matter. In one concise, accessible, example-rich guide, Aaron Skonnard and Martin Gudgin bring together critical information about XML, XSL, XSLT, schemas, namespaces, XPath, SAX, DOM, SOAP, even Microsoft's BizTalk. Following the hugely successful format pioneered by Patrick Chan's Java Almanacs, the authors provide a complete catalog of syntax references, combined with brief, to-the-point overviews of each technology and standard. This ultimate XML reference contains three times the coverage of its nearest competitor. For all developers and Web professionals familiar with the basics of XML.
| | | | Foreword This book is for anyone working with today's mainstream XML technologies. It was specifically designed to serve as a handy but thorough quick reference that answers the most common XML-related technical questions. It goes beyond the traditional pocket reference design by providing complete coverage of each topic along with plenty of meaningful examples. Each chapter provides a brief introduction, which is followed by the detailed reference information. This approach assumes the reader has a basic understanding of the given topic. The detailed outline (at the beginning), index (in the back), bleeding tabs (along the side), and the page headers/footers were designed to help readers quickly find answers to their questions.
| |  | | |
 | | | | | Be the first to rate this book! Number of Reviews: 0 | | | |  | | | Accreditation Aaron Skonnard is a member of the technical staff at DevelopMentor and a contributing editor to MSDN Magazine, where he writes "The XML Files" column. Martin Gudgin works at DevelopMentor, where he spends his time thinking about component software and related technologies. A Windows developer since 1987 and a COM developer since 1994, Martin has trained and mentored developers from a wide range of companies, including Microsoft, in numerous technical areas such as COM, IDL, MTS, and COM+.
| |  | | | | List of Acronyms | xxi | | Preface | xxiii | | Acknowledgments | xxv | | 1 | XML 1.0 and Namespaces | 1 | | 1.1 | Elements | 1 | | 1.2 | Elements, namespaces, and namespace declarations | 2 | | 1.3 | Attributes | 5 | | 1.4 | Attributes and namespaces | 6 | | 1.5 | Processing instructions | 6 | | 1.6 | Comments | 7 | | 1.7 | Whitespace | 8 | | 1.8 | Prohibited character literals | 9 | | 1.9 | CDATA sections | 11 | | 1.10 | XML declaration | 11 | | 1.11 | Character references | 13 | | 1.12 | Well-formed XML | 13 | | 1.13 | References | 14 | | 2 | Document Type Definitions | 15 | | 2.1 | Introduction to DTDs | 15 | | 2.2 | DOCTYPE | 15 | | 2.3 | ELEMENT | 19 | | 2.4 | ATTLIST | 21 | | 2.5 | ENTITY | 24 | | 2.6 | NOTATION | 31 | | 2.7 | INCLUDE and IGNORE | 32 | | 2.8 | References | 33 | | 3 | XPath 1.0 | 35 | | 3.1 | Introduction to XPath | 35 | | 3.2 | Location path expressions | 39 | | 3.3 | Basic expressions | 48 | | 3.4 | Core Function Library | 52 | | 3.5 | References | 67 | | 4 | XPointer, XInclude, and XML Base | 69 | | 4.1 | XPointer version 1.0 | 69 | | 4.2 | XInclude | 79 | | 4.3 | XML Base | 81 | | 4.4 | References | 82 | | 5 | XSL Transformations 1.0 | 85 | | 5.1 | Introduction to XSLT programming | 86 | | 5.2 | XSLT types and expressions | 89 | | 5.3 | Patterns | 90 | | 5.4 | Conflict resolution | 91 | | 5.5 | Built-in templates | 92 | | 5.6 | Exemplar-based transformation syntax | 94 | | 5.7 | Attribute value templates | 94 | | 5.8 | Whitespace | 95 | | 5.9 | Element library | 96 | | 5.10 | XSLT function library | 148 | | 5.11 | References | 157 | | 6 | SAX 2.0 | 159 | | 6.1 | SAX UML quick reference | 159 | | 6.2 | SAX interfaces and classes | 161 | | 6.3 | Features and properties | 190 | | 6.4 | References | 191 | | 7 | DOM Level 2 | 193 | | 7.1 | DOM UML | 193 | | 7.2 | DOM interfaces | 193 | | 7.3 | References | 226 | | 8 | XML Schema Datatypes | 227 | | 8.1 | Datatype grouping | 227 | | 8.2 | Datatypes | 229 | | 8.3 | Facets | 267 | | 8.4 | Language constructs | 280 | | 8.5 | References | 286 | | 9 | XML Schema Structures | 287 | | 9.1 | Schema element groupings | 287 | | 9.2 | Structures | 290 | | 9.3 | XML Schema structures: instance attributes | 350 | | 9.4 | References | 355 | | 10 | SOAP 1.1 | 357 | | 10.1 | Introduction to SOAP messages | 357 | | 10.2 | Elements in SOAP messages | 358 | | 10.3 | Attributes in SOAP messages | 364 | | 10.4 | Introduction to SOAP serialization rules | 367 | | 10.5 | Introduction to the SOAP HTTP binding | 381 | | 10.6 | References | 383 | | Index | 385 |
| |  | | | Find similiar books in these subject areas:
All Topics > Computers & Internet > Programming > Extensible Languages > XML All Topics > Computers & Internet > Programming > Web Programming > HTML - General All Topics > Computers & Internet > General
| | | | People like you also bought:
Definitive XML Schema, by Priscilla Walmsley
Building Web Services with Java: Making Sense of Xml, Soap, Wsdl, and Uddi, by Steve Graham
XSLT Programmer's Reference, by Michael Kay
SOAP: Cross Platform Web Service Development Using XML, by Scott Seely
Programming Windows with C# (Core Reference) , by Charles Petzold
Professional XML Schemas, by Jon Duckett
XSLT and XPATH: A Guide to XML Transformations, by John Robert Gardner
Applied Microsoft .NET Framework Programming , by Jeffrey Richter
Programming ASP.NET, by Jesse Liberty
| | | | | | Keywords XML (Document markup language), XML (Document markup language), Computer Programming Languages, Computer Networks, Computer Bks - Languages / Programming, Computers, Programming Languages - XML, Internet - General, Programming Languages - HTML, XML (Document markup language), Computer Programming Languages, Computer Networks, Computer Bks - Languages / Programming, Computers, Programming Languages - XML, Internet - General, Programming Languages - HTML, XML (Document markup language), Computer Programming Languages, Computer Networks, Computer Bks - Languages / Programming, Computers, Programming Languages - XML, Internet - General, Programming Languages - HTML
| |
| | 
 
 | | | |
Make $1 per sale - Link to ZooScape.com! | |