Customer Reviews


10 Reviews
5 star:
 (5)
4 star:
 (2)
3 star:
 (1)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


10 of 10 people found the following review helpful:
5.0 out of 5 stars A practical guide for the beginner & the seasoned developer
A must read.

I HAVE read this book. In fact, I am still reading it. It is well written and well structured. The subject matter is clear and concise. It discusses the key subjects necessary to master XML transformations. The contributions from industry experts of several corporations and associations, such as the W3C, make it a well rounded syllabus.

The title is...

Published on December 18, 2001 by Gunter Vanasse

versus
11 of 12 people found the following review helpful:
1.0 out of 5 stars Examples are laden with errors
I suppose this book might be helpful as a reference, but to someone who is actually trying to figure out what to do with xslt and xpath, this book is a very poor primer. I found that, in addition to offering little explanation as to how xpath and xslt are needed in a larger context (is this supposed to supplant sql??, for example), the examples are so error-prone that I...
Published on August 10, 2003 by Joe


Most Helpful First | Newest First

10 of 10 people found the following review helpful:
5.0 out of 5 stars A practical guide for the beginner & the seasoned developer, December 18, 2001
By 
Gunter Vanasse (Toronto, Ontario, Canada) - See all my reviews
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
A must read.

I HAVE read this book. In fact, I am still reading it. It is well written and well structured. The subject matter is clear and concise. It discusses the key subjects necessary to master XML transformations. The contributions from industry experts of several corporations and associations, such as the W3C, make it a well rounded syllabus.

The title is what initially drew me to this book. Why? I was thrown into the thick of things developing an XSLT based Web site templating engine. My first XSLT book was Wrox's XSLT Programmer's Reference. Although I found the syntactical information I needed to craft the templates of the XSLT stylesheet, I was missing the answers to some recurring questions: how do I effectively navigate the source XML
document? how do extract the desired node-set?

From my previous hands-on XSLT experience, it quickly became evident how important it was to master XPath. Learning how to effectively write a rule set and optimize a style sheet requires a good understanding of how to navigate an XML document.

This is a good book to introduce newcomers to the world of XSLT transformations as it is a good book for knowledgeable XSLT developers to further refine their template design and coding skills.

This book lays a solid foundation to begin coding XSLT style sheets. It builds upon this foundation by expanding on more complex subjects in subsequent chapters. I also find it to be a useful reference. I've typically found what I was looking for using the detailed index.

I was taken aback by one of the appendices, which reveals the true power of XSLT, solving the classic "N-Queens" AI problem via an XSLT stylesheet!

I'm quite happy to have purchased this title, and if I were to have the choice of only one book on XSLT this would be the book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
1.0 out of 5 stars Examples are laden with errors, August 10, 2003
By 
Joe (New Have, OH United States) - See all my reviews
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
I suppose this book might be helpful as a reference, but to someone who is actually trying to figure out what to do with xslt and xpath, this book is a very poor primer. I found that, in addition to offering little explanation as to how xpath and xslt are needed in a larger context (is this supposed to supplant sql??, for example), the examples are so error-prone that I learned more by correcting the errors than I did reading the book. Here is a list of errors you will encounter (from the CD) for the first 3 chapters:

1.1 (string not quoted)
1.2 (only 1 top-level element allowed).
2.1 (invalid character)
2.4 (cannot locate resource)
2.5 (template.xml undeclared namespace)
2.7 (cannot locate resource)
3.2 (output.xml invalid at the top level)
3.3 ditto
3.4 worked -- hey, a working example!
3.5 (output.xml invalid at the top level)
3.6 misplaced period
3.7 invalid at top level
3.8 only 1 top level element allowed
3.9 invalid at the top level...

The rest of the chapter examples are similar to this one.
Without good examples, a programming book is almost worthless.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
2.0 out of 5 stars Poor Editing, Poor Examples, November 15, 2003
By 
Amazon Verified Purchase(What's this?)
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
This feels like a book that had it's table of contents laid out, and then the content filled in as quickly as possible. Editing must have lasted about 3 days. With a more thorough editing process, and a bit more thought to the examples (the boulevard examples taumatized me so much, I nearly stopped driving), it may have been a very good book.

In some sections, the same paragraph is repeated verbatim 2 or even 3 times. Often in the chapter overview, and then on the next page in the first chapter section.

Possibly the book appeals to other learning styles better, but I've found it a tough slog. In fairness though, XSLT is a strange and difficult beast- I may be transferring some of my frustration on to the messenger!

However, in general, I find the examples are too repetive, causing them to blur together. And you find myself flipping back as many as 6 pages at times to find the xml code the description is talking about.

And there is a lack of technical illustrations to help with more difficult topics.

I would have appreciate larger examples from different domains to specific goals. The problem with a lot of the examples is the purposelessness of the examples.

XML in a Nutshell, and Michael Kay's XLST reference have provided me much more joy.

My last word of advice- follow the examples live. XSLT and XPath need practice, and lots of it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
5.0 out of 5 stars This book is an excellent XSLT Reference, May 6, 2002
By 
Eric Lawson (Dallas, TX USA) - See all my reviews
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
In my XSLT work, I feel I refer to this book more often than the other book on my desk (Michael Kay's XSLT Programmers reference). This book exudes a much greater level of technical detail, especially when relating to XPath (a thorough understanding of which is incredibly important to any XSLT developer). The explanation of XPath Axes and Nodetests was extraordinarily helpful (it is a better reference than the standard itself).

The information provided for each XSLT element is quite detailed, and explains in great detail how those elements are used in actual stylesheets.

I suggest anyone interested in doing hardcore XSLT development have this book on your desk. While this is definately not in the league of "XSLT for Dummies", it certianly is an perfect reference for the seasoned developer trying to push XSLT to its limits.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent XSLT reference!, April 21, 2005
By 
Scott "Scott" (Lake Villa, IL United States) - See all my reviews
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
I've had this book on my shelf since publication. I had to dig it out last week to do some fairly complex XSLT programming. The book was a huge help and helped me get everything done quite quickly.

I use this book as a reference book, not a how-to. This book is great for things like "what is the function that does 'x' and what are its arguments?" It probably helps that I know XML pretty deeply, so I don't typically look at the examples. Of course, that might be because the docs on the functions in the book are so good that I find I don't need to look at the examples.

XSLT hasn't changed much since this book was published. If you deal with XSLT, and, by extension, XPATH, get this book for reference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Not too many good examples, but a decent reference, October 24, 2002
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
I would agree this is more of a reference for the seasoned XPath/XSLT programmer. I'm a intermediate java programmer with some decent background in xml. I haven't really been able to get that much from this book in the way of examples. It's very light on examples.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars Welcomed help!, April 29, 2002
By A Customer
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
Any book that takes the dense, tedious specs and translates them into layman's English is always worth it and very welcomed. The form of the translation in this case are a number of very clear and focused examples. Sure, one could trail and error and deduce the behavior of the stylesheet, but who has that kind of time? This book will serve you very well if you need a quick jumpstart into XSLT and XPATH. I await a similar volume on XSL:FO.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent Reference for XSLT, April 9, 2002
By 
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
This book is an excellent reference for those wanting to learn XSLT and XPath. The authors provide concrete examples and easy to follow descriptions of the functions and processes under discussion. XSLT and XPath: A Guide to XML Transformations should be a part of any well-rounded XML library.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars Good Reference Book, December 30, 2001
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
This is a good reference book, but is not a good start for developers who want to get familiarized with XSLT and XPATH. this book helped me to find what I was looking for and was unable to find in other resources including MSDN which has the worst documentation when it comes to XSL in general and XSLT and XPATH syntax in particular.

On major drawback is that this book doesn't provide the user with complicated examples that utilizes different XPath functions.

If you want a single reference book this is your book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Best Book Ever if you want to truly learn XSLT and XPATH, January 19, 2007
By 
Donna (Ottawa, ON, Canada) - See all my reviews
This review is from: XSLT and XPATH: A Guide to XML Transformations (Paperback)
I love this book, they are no longer printing this book, but if you can grab it, grab it! It's truly amazing. Love this book and it comes with a CD.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

XSLT and XPATH: A Guide to XML Transformations
XSLT and XPATH: A Guide to XML Transformations by John Robert Gardner (Paperback - August 5, 2001)
$44.99
In Stock
Add to cart Add to wishlist