Wattle Software - producers of XMLwriter XML editor
 Bookstore Home | XMLwriter Home | Search | Site Map 
XML Related
 General XML
 XSLT & Stylesheets
 XHTML
 SGML
 XML DTDs
 XML Schema
Web Development
 Web Graphics
 HTML
 Dynamic HTML
Web Services
 General Web Services
 UDDI
 SOAP
 WSDL
 Programming/Scripting 
 PHP Programming
 Perl Programming
 Active Server Pages
 Java Server Pages
 JavaScript
 VBScript
 .NET Programming
 
XMLwriter
 About XMLwriter
 Download XMLwriter
 Buy XMLwriter
XML Resources
 XML Links
 XML Training
 The XML Guide
 XML Book Samples
 

Beginning XML, 4th Edition (Programmer to Programmer)


By David Hunter, Jeff Rafter, Joe Fawcett, Eric van der Vlist, Danny Ayers, et. al.
 
Image of: Beginning XML, 4th Edition (Programmer to Programmer)
Pricing Details:

List Price:$39.99
You save:$16.00 (40%)
Your Price:$23.99
Buy Now

Book Details:

Format:Paperback, 1080 pages.
Publisher:Wrox 2007-05-21
ISBN:0470114878

Average Customer Rating:

3.5 3.5 out of 5 stars (52 reviews)

Editorial Reviews:

Beginning XML provides a complete course in the Extensible Markup Language (XML) with an unusually gradual learning curve. In fact, the introduction states that the book is "for people who know that it would be a pretty good idea to learn the language, but aren't 100 percent sure why." Despite its recognition of the fuzziness of readers' understanding of the technology, the book delivers a rather comprehensive study of XML.

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:

  • Well-formed XML
  • Cascading style sheets (CSS)
  • XSLT and Xpath
  • Document Object Model (DOM)
  • Simple API for XML (SAX)
  • XML/database integration schemas
  • Document Type Definitions (DTDs)
  • Namespaces
  • B2B data-transfer applications
  • Discussion group applications

The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax. You will progress from XML basics to more advanced programming techniques and learn how to publish information on the web, design dynamic interactive graphics, and make interactive forms.

What is this book about?

Extensible Markup Language (XML) is a rapidly maturing technology with powerful real-world applications, particularly for the management, display, and organization of data. Together with its many related technologies it is an essential technology for anyone using markup languages on the web or internally.

This book teaches 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 builds on the strengths of the first edition, and provides new material to reflect the changes in the XML landscape — notably SOAP and Web Services, and the publication of the XML Schemas Recommendation by the W3C.

What does this book cover?

Here are just a few of the things this book covers:

  • XML syntax and writing well-formed XML
  • Using XML Namespaces
  • Transforming XML into other formats with XSLT
  • XPath and XPointer for locating specific XML data
  • XML Validation using DTDs and XML Schemas
  • Manipulating XML documents with the DOM and SAX 2.0
  • SOAP and Web Services
  • Displaying XML using CSS and XSL
  • Incorporating XML into tradition databases and n-tier architectures


Customer Reviews:

Displaying 1 to 5 of 52 total reviews (Page 1 of 11):

5 out of 5 stars A Must Buy

This book is very concise and it tells a lot about the subject including other topics such as XSLT, RSS, and many other web technologies related to XML. Would highly suggest buying.

5 out of 5 stars Excellent XML book

I'm currently reading this book and enjoying it very much. You probably would understand it more if you are already a programmer. But I think it's good for non-programmers as well.
Covers a lot of the new technologies that are using XML, which is very useful.

5 out of 5 stars Great XML Reference Book.

Other than the fact that you can tell that the book was written by 5 different guys because of the the difference in writing styles between chapters, overall it is packed full of information and a handy reference.

2 out of 5 stars Choppy and poorly written

(I don't have time for a full review right now,so I will write a few comments and try to add to them.)

I knew very little about XML, so this sounded promising. As of Chapter 8, my general comments are:

1. The teaching structure is often murky. At many spots, the authors don't seem to grasp what a beginner needs to know first in order to go to the next step. This makes the material unnecessarily difficult and confusing.

2. Instead of one example page, for some reason the authors will sometimes create one XML page to illustrate a point, then create another completely different page to illustrate the next point, then go back to the first one for the next point, etc. It's inexplicable. The book would be much easier to follow, and probably easier to write, if they built one XML page from scratch and used/modified it throughout the book.

3. There are too many editorial screw-ups, such as "Figures" that are labeled incorrectly or don't exist -- that is, the text will say "see Figure 7 for the output" and Figure 7 will be the wrong one. I really have no patience with expensive books that don't bother to pay for one thorough copy-editing.

I am currently on Chapter 8 (XSLT), one of the worst-written ones. After a completely unnecessary discussion about "procedural" versus "declarative" programming (I imagine every reader is at least basically familiar with css, and if not, it is hardly difficult to understand "declarative" programming), the book just starts throwing XLST terms at you, with no foundation as to what they are doing or why. I finally gave up and pulled up the online W3C tutorial. This tutorial is free, covers most of the material, and is well-organized and easy to understand. Teaching in logical order isn't that hard.

There is a ton of good information in "Beginning XML", and the information on how to find, install, and use software such as Saxon and Schematron is invaluable. It is a shame that the authors didn't take the time to actually give the book to a few XML novices and then rewrite it as the introductory text it is supposed to be. The poorly organized writing at least doubles, and often triples, the time, energy, and painful confusion needed to learn the material.

4 out of 5 stars Fairly good, but not practical for non-Microsoft users

I am taking an XML class at the University using this book as the required course text. The authors do a good job at highlighting the key technologies, and the examples and tutorials significantly enhance the material. I enjoy the straight-forward manner with which Hunter and his friends explains what the example code in the book does. My only disappointment is that the book does not explain in enough detail how to use XML technologies on non-Microsoft systems. I believe a greater emphasis on Java and non-VB/ASP/.NET can extend the benefits this book otherwise offers.

More Customer Reviews:
Next Page


Customers who bought this book were also interested in:


Beginning XML Databases (Wrox Beginning Guides)


Professional XML (Programmer to Programmer)


XML in a Nutshell, Third Edition


Beginning JavaScript, 3rd Edition (Programmer to Programmer)


JavaScript Definitive Guide

 

Find similar books by category...


Search for more:

Search books:  



Google
 
Web XMLwriter.net




Last updated: Thu Aug 21 22:30:12 CDT 2008
© Wattle Software 2007. All rights reserved.