Customer Reviews


7 Reviews
5 star:
 (2)
4 star:
 (2)
3 star:
 (2)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
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


5 of 6 people found the following review helpful:
5.0 out of 5 stars Focused and to the point
XPath is a crucial but often neglected technology for any developer that need to deal with XSLT in a serious way and it's also fully integrated in many XML parsers, like the ones from Microsoft or ColdFusion. This is a small and very focused book that manages to offer a detailed coverage of XPath mixed with some excellent practical advices. Personally I am not interested...
Published on October 26, 2002 by Foti Massimo

versus
12 of 13 people found the following review helpful:
2.0 out of 5 stars The complexity of the book hides the simplicity of XPath
O'Reilly books are usually a good choice for a professional to learn a concept in an effective way. However, this book is an exception. If you think XPath looks difficult, it is just because this book makes it _seem_ difficult. Read the official W3C specifikation instead and you will see how simple XPath really is.

The book incorporates a lot of discussions about XPath...

Published on June 6, 2003 by Roger


Most Helpful First | Newest First

12 of 13 people found the following review helpful:
2.0 out of 5 stars The complexity of the book hides the simplicity of XPath, June 6, 2003
By 
This review is from: Xpath and Xpointer: Locating Content in XML Documents (Paperback)
O'Reilly books are usually a good choice for a professional to learn a concept in an effective way. However, this book is an exception. If you think XPath looks difficult, it is just because this book makes it _seem_ difficult. Read the official W3C specifikation instead and you will see how simple XPath really is.

The book incorporates a lot of discussions about XPath but they really get in the way of XPath, beeing presented the way they are. It would have been more effective if the book explained XPath just by including the 30 pages of XPath specification, and instead focused not on explaing, but on discussing aspects.

My main point is that you learn to use, as well as master, XPath an order of magnitude faster by reading the specification than by reading this book.

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


12 of 15 people found the following review helpful:
3.0 out of 5 stars Falls short in comparison with XSLT related books, February 2, 2003
By 
This review is from: Xpath and Xpointer: Locating Content in XML Documents (Paperback)
From the back page of this book: "XPath and XPointer focuses directly on a critical topic that has been covered only briefly in other books". That is true as far as it goes for XPointer;however there are quite a number of XSLT books that explain XPath. That makes sense, because XPath is mainly used in the context of XSLT. (The other context is XPointer, but that is not official W3C recommendation yet, and will be much more limited in use.) That means that a book that deals almost exclusively with XPath should give a better and fuller treatment of XPath than most of the XSLT related books in order to have added value.

Quite frankly, I do not think that this book fulfills that promise. Chapter 2 "XPath Basics" fails to explain the theory behind XPath in a comprehensive manner, and is a tough read. What I am missing here is a clear explanation of how XPath relates to the DOM Model and XSLT processing model. Chapter 3 and 4 give a pretty decent explanation of how XPath expressions and functions work. The description is not complete however, I missed for instance an explanation of the key() function and element-available() function. What I also miss are the production rules of XPath. A more formal approach, with assistance of the official W3C recommendation, would have given a much completer explanation of XPath. Why was't the official W3C recommendation included via an appendix? Chapter 5 "XML in Action" is solely dedicated to examples. Very useful and clear. Chapter 6 "XPath 2.0" talks about how future XPath specifications are developing. Which is interesting of course, but by it's very nature speculative.

Chapter 7 thru 9 try to explain XPointer. These chapters fail completely for a number of reasons:
a) XPointer is not an official recommendation yet, so the authors are shooting at a moving target
b) XPointer will mainly be used together with XLink, which is not explained in this book
c) I found the explanation incomprehensible.

My advice would be to skip this book and buy a good XSLT book that also covers XPath instead, such as the XSLT Programmer's Reference from Michael Kay.

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


5 of 6 people found the following review helpful:
5.0 out of 5 stars Focused and to the point, October 26, 2002
By 
Foti Massimo (Vezia (Switzerland)) - See all my reviews
(REAL NAME)   
This review is from: Xpath and Xpointer: Locating Content in XML Documents (Paperback)
XPath is a crucial but often neglected technology for any developer that need to deal with XSLT in a serious way and it's also fully integrated in many XML parsers, like the ones from Microsoft or ColdFusion. This is a small and very focused book that manages to offer a detailed coverage of XPath mixed with some excellent practical advices. Personally I am not interested in XPointer right now, so I totally skipped the second part of the book, but I think the 120 pages dedicated to XPath are well worth the money
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 9 people found the following review helpful:
5.0 out of 5 stars Short, sweet and to the point., September 4, 2002
By A Customer
This review is from: Xpath and Xpointer: Locating Content in XML Documents (Paperback)
I love O'Reilly books. This book is a great reference book. It also does a very good job of explaining XPath and Xpointer in a more general sense. When I first started working heavily with XML I had no idea what the XPath syntax meant. Now just a month later I can pretty much read anything that's put in front of me. Combine this book with the XSLT book and you really have an awesome combination of material to use.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
3.0 out of 5 stars Fine reference but covered in other books, December 13, 2003
This review is from: Xpath and Xpointer: Locating Content in XML Documents (Paperback)
This is a relatively short book on XPath and, as one of the other reviews points out, it tends to complicate what is generally a fairly simple standard. The XPath portion of the XSLT : Programmer's Reference from Michael Kay is more succinct covers the important parts in enough detail to get the job done.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 7 people found the following review helpful:
4.0 out of 5 stars easy to understand, written with humour reference manual, February 3, 2003
By 
Boris Aleksandrovsky (San Francisco, CA United States) - See all my reviews
This review is from: Xpath and Xpointer: Locating Content in XML Documents (Paperback)
John E. Simpson has done a remarkable job in elucidating yet another XML-related techology in fun and easy small book. Care is taken to provide comprehensive examples (sometimes with hacker-type tougue-in-cheek approach) which illustrates the points of syntax. One does not need to read the book in comprehensive fashion, after a few chapters, you one can just start coding and refer to the rest as a reference manual.

One thing, however is missing, the book does you why you should use XPath or XPointer. What are the real world examples and applications? And what about XQuery? How is XPath related to XSLT? Those points are left for the reader to ponder about, and this is the only reason I am not giving the book 5 starts.

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


4 of 6 people found the following review helpful:
4.0 out of 5 stars Simple and Handy, September 17, 2002
Amazon Verified Purchase(What's this?)
This review is from: Xpath and Xpointer: Locating Content in XML Documents (Paperback)
I have read the XPath part of this book.The author covers the subject with simple and easily understandable examples. Fundamentals are covered to the point and easily understood. The book also covers XPath 2.0 Features.

Overall its a good reading..

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


Most Helpful First | Newest First

This product

Xpath and Xpointer: Locating Content in XML Documents
Xpath and Xpointer: Locating Content in XML Documents by John E. Simpson (Paperback - August 7, 2002)
$34.99 $29.94
In Stock
Add to cart Add to wishlist