e99 Online Shopping Mall
Help | |
Home - Computer - Xml (Books) |
  | 1-20 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
1. XML: Visual QuickStart Guide (2nd Edition) by Kevin Howard Goldberg | |
Paperback: 288
Pages
(2008-12-21)
list price: US$34.99 -- used & new: US$19.98 (price subject to change: see help) Asin: 0321559673 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (14)
Good intro to XML and related standards
he solved xml like solving he rubics cube: cool job
XML Reference
Nice book to start on XML
Larry Grinnell's MyMac.com Review |
2. Learning XML, Second Edition by Erik T. Ray | |
Paperback: 432
Pages
(2003-09-22)
list price: US$39.95 -- used & new: US$26.35 (price subject to change: see help) Asin: 0596004206 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Author Erik T. Ray begins with an excellent summary of XML's history as an outgrowth of SGML and HTML. He outlines very clearly the elements of markup, demystifying concepts such as attributes, entities, and namespaces with numerous clear examples. To illustrate a real-world XML application, he gives the reader a look at a document written in DocBook--a publicly available XML document type for publishing technical writings--and explains the sections of the document step by step. A more simplified version of DocBook is used later in the book to illustrate transformation--a powerful benefit of XML. The all-important Document Type Definition (DTD) is covered in depth, but the still-unofficial alternative, XML Schema, is only briefly addressed. The author makes liberal use of graphics, tables, and code to demonstrate concepts along the way, keeping the reader engaged and on track. Ray also goes deep into some discussion of programming XML utilities with Perl. Learning XML is a very readable introduction to XML for readers with existing knowledge of markup and Web technologies. It meets its goals very well--to deliver a broad perspective of XML and its potential. --Stephen W. Plain Topics covered: Customer Reviews (40)
Good material, unintentionally funny in places
Good, basic introduction to XML
Great Book for Learning XML
Not a Standalone book, good otherwise
bad book, too much nonsense |
3. Beginning XML, 4th Edition (Programmer to Programmer) by David Hunter, Jeff Rafter, Joe Fawcett, Eric van der Vlist, Danny Ayers, Jon Duckett, Andrew Watt, Linda McKinnon | |
Paperback: 1080
Pages
(2007-05-21)
list price: US$39.99 -- used & new: US$14.35 (price subject to change: see help) Asin: 0470114878 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description When the first edition of this book was written, XML was a relatively new language but already gaining ground fast and becoming more and more widely used in a vast range of applications. By the time of the second edition, XML had already proven itself to be more than a passing fad, and was in fact being used throughout the industry for an incredibly wide range of uses. With the third edition, it was clear that XML was a mature technology, but more important, it became evident that the XML landscape was dividing into several areas of expertise. Now in this edition, we needed to categorize the increasing number of specifications surrounding XML, which either use XML or provide functionality in addition to the XML core specification. So what is XML? It’s a markup language, used to describe the structure of data in meaningful ways. Anywhere that data is input/output, stored, or transmitted from one place to another, is a potential fit for XML’s capabilities. Perhaps the most well-known applications are web-related (especially with the latest developments in handheld web access—for which some of the technology is XML-based). However, there are many other non-web-based applications for which XML is useful—for example, as a replacement for (or to complement) traditional databases, or for the transfer of financial information between businesses. News organizations, along with individuals, have also been using XML to distribute syndicated news stories and blog entries. This book aims to teach you all you need to know about XML—what it is, how it works, what technologies surround it, and how it can best be used in a variety of situations, from simple data transfer to using XML in your web pages. It answers the fundamental questions: * What is XML? * How do you use XML? * How does it work? * What can you use it for, anyway? This book is for people who know that it would be a pretty good idea to learn XML but aren’t 100 percent sure why. You’ve heard the hype but haven’t seen enough substance to figure out what XML is and what it can do. You may be using development tools that try to hide the XML behind user interfaces and scripts, but you want to know what is really happening behind the scenes. You may already be somehow involved in web development and probably even know the basics of HTML, although neither of these qualifications is absolutely necessary for this book. What you don’t need is knowledge of markup languages in general. This book assumes that you’re new to the concept of markup languages, and we have structured it in a way that should make sense to the beginner and yet quickly bring you to XML expert status. The word “Beginning” in the title refers to the style of the book, rather than the reader’s experience level. There are two types of beginner for whom this book is ideal: * Programmers who are already familiar with some web programming or data exchange techniques. Programmers in this category will already understand some of the concepts discussed here, but you will learn how you can incorporate XML technologies to enhance those solutions you currently develop. * Those working in a programming environment but with no substantial knowledge or experience of web development or data exchange applications. In addition to learning how XML technologies can be applied to such applications, you will be introduced to some new concepts to help you understand how such systems work. The subjects covered in this book are arranged to take you from novice to expert in as logical a manner as we could. This Fourth Edition is structured in sections based on various areas of XML expertise. Unless you are already using XML, you should start by reading the introduction to XML in Part I. From there, you can quickly jump into specific areas of expertise, or, if you prefer, you can read through the book in order. Keep in mind that there is quite a lot of overlap in XML, and that some of the sections make use of techniques described elsewhere in the book. * The book begins by explaining what exactly XML is and why the industry felt that a language like this was needed. * After covering the why, the next logical step is the how, so it shows you how to create well-formed XML. * Once you understand the whys and hows of XML, you’ll go on to some more advanced things you can do when creating your XML documents, to make them not only well formed, but valid. (And you’ll learn what “valid” really means.) * After you’re comfortable with XML and have seen it in action, the book unleashes the programmer within and looks at an XML-based programming language that you can use to transform XML documents from one format to another. * Eventually, you will need to store and retrieve XML information from databases. At this point, you will learn not only the state of the art for XML and databases, but also how to query XML information using an SQL-like syntax called XQuery. * XML wouldn’t really be useful unless you could write programs to read the data in XML documents and create new XML documents, so we’ll get back to programming and look at a couple of ways that you can do that. * Understanding how to program and use XML within your own business is one thing, but sending that information to a business partner or publishing it to the Internet is another. You’ll learn about technologies that use XML that enable you to send messages across the Internet, publish information, and discover services that provide information. * Since you have all of this data in XML format, it would be great if you could easily display it to people, and it turns out you can. You’ll see an XML version of HTML called XHTML. You’ll also look at a technology you may already be using in conjunction with HTML documents called CSS. CSS enables you to add visual styles to your XML documents. In addition, you’ll learn how to design stunning graphics and make interactive forms using XML. * Finally, the book ends with a case study, which should help to give you ideas about how XML can be used in real-life situations, and which could be used in your own applications. This book builds on the strengths of the earlier editions, and provides new material to reflect the changes in the XML landscape—notably XQuery, RSS and Atom, and AJAX. Updates have been made to reflect the most recent versions of specifications and best practices throughout the book. In addition to the many changes, each chapter has a set of exercise questions to test your understanding of the material. Possible solutions to these questions appear in Appendix A. Part I: Introduction: The introduction is where most readers should begin. The first three chapters introduce some of the goals of XML as well as the specific rules for constructing XML. Once you have read this part you should be able to read and create your own XML documents. Chapter 1: What Is XML?: This chapter cover some basic concepts, introducing the fact that XML is a markup language (a bit like HTML) whereby you can define your own elements, tags, and attributes (known as a vocabulary). You’ll see that tags have no presentation meaning—they’re just a way to describe the structure of the data. Chapter 2: Well-Formed XML: In addition to explaining what well-formed XML is, we offer a look at the rules that exist (the XML 1.0 and 1.1 Recommendations) for naming and structuring elements—you need to comply with these rules in order to produce well-formed XML. Chapter 3: XML Namespaces: Because tags can be made up, you need to avoid name conflicts when sharing documents. Namespaces provide a way to uniquely identify a group of tags, using a URI. This chapter explains how to use namespaces. Part II: Validation: In addition to the well-formedness rules you learn in Part I, you will most likely want to learn how to create and use different XML vocabularies. This Part introduces you to DTDs, XML Schemas, and RELAX NG: three languages that define custom XML vocabularies. It also shows you how to utilize these definitions to validate your XML documents. Chapter 4: Document Type Definitions: You can specify how an XML document should be structured, and even provide default values, using Document Type Definitions (DTDs). If XML conforms to the associated DTD, it is known as valid XML. This chapter covers the basics of using DTDs. Chapter 5: XML Schemas: XML Schemas, like DTDs, enable you to define how a document should be structured. In additio... Very little space is wasted detailing the history of XML and its relation to SGML, as is the case in many other titles. The argument for the importance of XML is made quickly, and the basics of well-formed syntax are tackled right off. One notable distinction of this book is its excellent coverage of related technologies, such as cascading style sheets (CSS) and relational databases. In addition to discussing the crucial companion standards to the core XML language (DTDs, XSL, and XSLT), the book adds a nice perspective to the broad range of applications in which XML can play a role. One section, "Other Uses for XML," illustrates how XML can be used to serialize object models, creating stateless objects and utilizing the Resource Description Framework (RDF). Case studies on--among other things--how XML can be used to build discussion groups, and provide B2B data transfer, round out the text. This book is perfect for Web programmers who are turning their attention to XML for the first time. It imparts a solid understanding of the XML forest and XML trees. --Stephen W. Plain Topics covered: Customer Reviews (59)
Confusing
Excellent and Comprehensive
Horribly Written, Difficult to Follow
Somewhat useful but has several issues - woudn't recommend
Most boring book I have ever read.. IT Web Major OMG DONT!! |
4. XML in a Nutshell, Third Edition by Elliotte Rusty Harold, W. Scott Means | |
Paperback: 600
Pages
(2004-09)
list price: US$39.95 -- used & new: US$14.99 (price subject to change: see help) Asin: 0596007647 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description With XML in a Nutshell beside your keyboard, you'll be ableto: This powerful new edition is the comprehensive XMLreference. Serious users of XML will find coverage on justabout everything they need, from fundamental syntax rules,to details of DTD and XML Schema creation, to XSLTtransformations, to APIs used for processing XML documents.XML in a Nutshell also covers XML 1.1, as well as updates toSAX2 and DOM Level 3 coverage. If you need explanation ofhow a technology works, or just need to quickly find theprecise syntax for a particular piece, XML in a Nutshellputs the information at your fingertips. Simply put, XML in a Nutshell is the critical, must-havereference for any XML developer. Customer Reviews (17)
very, very good
XML Reference
The XML reference
for code jockeys that need a quick reference for their angle brackets
By far, the best book available on XML |
5. Definitive XML Schema by Priscilla Walmsley | |
Paperback: 560
Pages
(2001-12-17)
list price: US$57.99 -- used & new: US$32.52 (price subject to change: see help) Asin: 0130655678 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The authoritative XML Schema reference and tutorial! To leverage the full power of XML, companies need shared vocabularies to base their documents and scripts upon. XML Schema makes it possible to create those shared vocabularies-and Definitive XML Schema is the authoritative guide to the standard! Written by Priscilla Walmsley, a member of the W3C working group that created XML Schema, this book explains the W3C Recommendation with unprecedented insight and clarity–and introduces practical techniques for writing schemas to support any B2B, Web service, or content processing application. Coverage includes: Definitive XML Schema brings together expert guidance for schema design, superior approaches to schema development, and the most systematic XML Schema reference on the market. Whether you're a developer, architect, or content specialist, it's the only XML Schema resource you need! –Charles F. Goldfarb Customer Reviews (32)
Clear and useful
Great Reference Book
A Useful companion to the official standard
My Schema Reference Book
Awful as reference |
6. Beginning XML with C# 2008: From Novice to Professional (Expert's Voice in .NET) by Bipin Joshi | |
Paperback: 600
Pages
(2008-07-11)
list price: US$44.99 -- used & new: US$29.68 (price subject to change: see help) Asin: 1430209976 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Beginning XML with C# 2008 focuses on XML and how it is used within .NET 3.5. As you’d expect of a modern application framework, .NET 3.5 has extensive support for XML in everything from data access to configuration, from raw parsing to code documentation. This book demystifies all of this. It explains the basics of XML as well as the namespaces and objects you need to know in order to work efficiently with XML. You will see clear, practical examples that illustrate best practices in action. With this book, you’ll learn everything you need to know from the basics of reading and writing XML data to using the DOM, from LINQ and SQL Server integration to SOAP and web services. Developers wanting to use XML in the .NET Framework The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory! Customer Reviews (6)
More information than you will ever need
OK, has errors, but OK
Excellent on WC3 DOM, Good on LINQ
An XML book that's worth the money!
Bipin Joshi Rules! |
7. Professional XML (Programmer to Programmer) by Bill Evjen, Kent Sharkey, Thiru Thangarathinam, Michael Kay, Alessandro Vernet, Sam Ferguson | |
Paperback: 856
Pages
(2007-04-09)
list price: US$49.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 0471777773 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
Complete XML presentation
Good solid book - works as an intro and a reference
Can be a reference. |
8. A Designer's Guide to Adobe InDesign and XML: Harness the Power of XML to Automate your Print and Web Workflows by James J. Maivald, Cathy Palmer | |
Paperback: 336
Pages
(2007-12-14)
list price: US$44.99 -- used & new: US$29.83 (price subject to change: see help) Asin: 0321503554 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
Warning! XML Code Is Illegible!
Two Thumbs Up!
As described, no hassle, no delay
Simply the best to start.
A God send |
9. XML For Dummies by Lucinda Dykes, Ed Tittel | |
Paperback: 384
Pages
(2005-05-20)
list price: US$24.99 -- used & new: US$3.70 (price subject to change: see help) Asin: 0764588451 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (51)
XML
Saved me!
Look else where to read and learn about XML.
fast reading book
Great Book |
10. New Perspectives on Creating Web Pages with HTML, XHTML, and XML, Comprehensive (New Perspectives (Paperback Course Technology)) by Patrick Carey | |
Paperback: 960
Pages
(2005-12-27)
list price: US$118.95 -- used & new: US$55.84 (price subject to change: see help) Asin: 0619268018 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
deliver took 9 days
Book binding was broken
Creating Web Pages Review
Why Bother?
New Perspectives on Creating Web |
11. Effective XML: 50 Specific Ways to Improve Your XML by Elliotte Rusty Harold | |
Paperback: 336
Pages
(2003-10-02)
list price: US$49.99 -- used & new: US$25.50 (price subject to change: see help) Asin: 0321150406 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (14)
Pass On This One
Excellent resource for both quality control and ideas
How to Effectively Use XML
I wish the XML Schema working group had a copy per member
Great gap between book knowledge and effective use... |
12. New Perspectives on XML, Second Edition, Comprehensive (New Pespectives) by Patrick Carey | |
Paperback: 725
Pages
(2006-08-06)
list price: US$116.95 -- used & new: US$62.99 (price subject to change: see help) Asin: 1418860646 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (15)
Great!
Smooth Transaction
Miserable
Great book, great seller. Fast shipment
Great book for Beginners |
13. XML Pocket Reference (Pocket Reference (O'Reilly)) by Simon St. Laurent, Michael James Fitzgerald | |
Paperback: 176
Pages
(2005-08-08)
list price: US$9.95 -- used & new: US$4.72 (price subject to change: see help) Asin: 0596100507 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description XML, the Extensible Markup Language, is everywhere: the syntax of choice for newly designed document formats across almost all computer applications. Now used daily by developers, XML is living up to its reputation as one of the most important developments in document interchange in the history of computing. A perennial bestseller, the handy XML Pocket Reference from O'Reilly has been revised once again to give you quick access to the latest goods.In addition to its comprehensive look at XML, this third edition has been updated with new material on Namespaces and XML Schema--considered among the most important elements in current XML use--along with RELAX NG and Schematron, additional powerful tools for describing XML document structures. Like other titles in O'Reilly's Pocket Reference series, the XML Pocket Reference, 3rd Edition features a well-organized format that gets right to the point.As a result, it's already won over the allegiance of developers everywhere.If you need XML answers quick and on the fly, this compact book is most definitely the book for you. Customer Reviews (6)
XML pocket reference
Provides exactly what it promises
Another view
Good and Not-So-Good
Depends on what you're looking for... |
14. XML Weekend Crash Course (with CD-ROM) by Kay Ethier, Alan Houser | |
Paperback: 384
Pages
(2001-09)
list price: US$24.99 -- used & new: US$11.00 (price subject to change: see help) Asin: 0764547593 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (15)
No Support and the Disk Doesn't Work
3.75 stars, I'd say
A concise and useful set of exercises
Good crash course
Already out of date |
15. XML All-in-One Desk Reference for Dummies by Richard Wagner, Richard Mansfield | |
Paperback: 672
Pages
(2003-06-27)
list price: US$34.99 -- used & new: US$9.31 (price subject to change: see help) Asin: 0764516531 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
All-In-One Doesn't Mean All of It
Sloppy editing, details glossed over In general it appears that the book was thrown together in a big hurry, which is a shame, as it's a very likeable book and would be great if the information was correct.
Learn the Full XML Story
Know nothing about XML, it's OK |
16. Processing XML with Java(TM): A Guide to SAX, DOM, JDOM, JAXP, and TrAX by Elliotte Rusty Harold | |
Paperback: 1120
Pages
(2002-11-15)
list price: US$64.99 -- used & new: US$18.99 (price subject to change: see help) Asin: 0201771861 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (13)
Good book but beware of "Volume1" and "Volume2"
great book on xml
Excellent!!! The book starts with a quick introduction to XML and then gets into how to create XML documents in your programs.The first four chapters cover everything you need to know about creating XML whether it is for XML-RPC, SOAP, or simply to store in a file.The next section covers parsing XML documents.SAX and DOM are compared and then the next eight chapters discuss these two methods of parsing documents, explaining how to use them, comparing them, and helping you determine how to decide which technique to use for which situation.The section on DOM explains not just how to parse documents using DOM but also how to create new documents.The final chapters of the book cover JDOM, XPATH, and XSLT. Did I mention that this book is full of examples?The author doesn't rely on simply explaining how something works or how to use a technology (even though his explanations are excellent), he has examples to demonstrate everything he discusses.Each example builds upon the previous example andmakes learning the techniques easy and enjoyable.
An excellent choice Michael
A huge amount of topics and API |
17. XML Schema: The W3C's Object-Oriented Descriptions for XML by Eric van der Vlist | |
Paperback: 400
Pages
(2002-06-15)
list price: US$39.95 -- used & new: US$22.26 (price subject to change: see help) Asin: 0596002521 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
exceptionally poorly constructed reference book
Semi-techie's evaluation
It is not easy to read it but there is not so much of other books
Tough read
An Editing Nightmare O'Reilly should be shamefully embarassed for ever letting this book go to print in the condition it is.It is replete with errata, typos, and slopped together examples.This book is destined to frustrate those new to XML schema.An uncharacteristicly poor level of quality for O'Reilly. ... Read more |
18. Perl and XML by Erik T. Ray, Jason McIntosh | |
Paperback: 216
Pages
(2002-04-25)
list price: US$39.99 -- used & new: US$15.00 (price subject to change: see help) Asin: 059600205X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
An Archetypical O'Reilly Book
Review of Perl & XML--XML for Perl Programmers
Good book, but lots of errors in the code
Good Overview Of XML And Supporting Perl Modules
Nice overview but lacks in useful examples |
19. Beginning XML Databases (Wrox Beginning Guides) by Gavin Powell | |
Paperback: 470
Pages
(2006-11-13)
list price: US$39.99 -- used & new: US$13.97 (price subject to change: see help) Asin: 0471791202 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
I can't believe!
no thanks
Very relevant combination in IT today.. |
20. Pro XML Development with Java Technology by Ajay Vohra, Deepak Vohra | |
Paperback: 472
Pages
(2006-09-07)
list price: US$39.99 -- used & new: US$2.24 (price subject to change: see help) Asin: 1590597060 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description It covers all the essential XML topics, including XML Schemas, addressing of XML documents through XPath, transformation of XML documents using XSLT stylesheets, storage and retrieval of XML content in native XML and relational databases, web applications based on Ajax, and SOAP/HTTP and WSDL based Web Services. These XML topics are covered in he applied context of up-to-date Java technologies, including JAXP, JAXB, XMLBeans, and JAX-WS. You will find this book useful in building contemporary, service-oriented enterprise applications. Customer Reviews (11)
Nice coverage of XML in Java 5
Passable
author's sarcastic language mocks "idiot-reader"
Good book on XML with Java
Get java & XML instead |
  | 1-20 of 100 | Next 20 |