Rating: Summary: Dazed and Confused Review: As a web application development professional, I purchased this book to attempt to come up to speed quickly on XSLT. In particular, I'm interested in using it to transform XML generated by a JSP Tag Library into HTML for browser compatibility. I was disappointed because this book was literally impossible for me to follow. It is jam-packed with information, but the author assumes far too much in his writing. If you are extremely familiar with XML, this may be a good book for you. If not, I would suggest you look elsewhere. I'm returning my copy.
Rating: Summary: XSLT Quickly does it Review: I lached upon Bob Ducharme's XSLT Quickly after thumbing through several of the other, thicker tomes on the subject in my local bookstore. I needed a clear and concise guidebook that stepped me through the basics, and that is just what I got-- over a single weekend reading. Since then I have been reading other work by Mr. Ducharme available on the net, and I continue to be impressed with the breath, volume and clarity of his writing. While having a background in programming always helps in dealing with new technical concepts, I think this book is probably the best one for beginners and old pros alike.
Rating: Summary: Great for getting productive quickly Review: I was faced with a very short deadline for transforming an XML document into another XML document with a completely different format. I went through several web tutorials and was also trying to learn from Michael Kay's "XSLT" but I was struggling to get productive. With XSLT Quickly I finally started to understand XSLT and did successfully meet my deadline. I find Bob Ducharme's explanations much clearer and easier to understand than any other book on XSLT. If you need to get productive quickly, buy this book.Once you feel comfortable with XSLT, use Michael Kay's book for reference and advanced topics.
Rating: Summary: Beginner through intermediate Review: The books title sums it up. Need to do XSLT now? Go to chapter one, page 8 and you are up and running. This book is for the individual that has to code with a deadline. The pace of the book is perfect. An example is given that is straight forward, clear and explained throughly. Then on to the next example which will introduce another XSLT template with another explaination. Fortunately, the author, Mr. DuCharme, rarely spends time on obsecure points or has long discussions on advanced topics that only guru types care about. If you are just getting started,or you are an intermediate user, this is the one. Get it - Quickly.
Rating: Summary: "Quickly" is right! Review: This book is, as promised, oriented toward learning and using XSLT _quickly_. I found the examples to be very helpful in getting me using XSLT with minimum effort, rather than having to learn every last detail first (although the details are in there if you need them.) Great book!
Rating: Summary: Quick and easy Review: This book was perfect for me. I had been doing very basic transformations, and about all I understood was using templates and outputting values. Every time I tried to perform logic or anything more advanced, it was always hit and miss - very frustrating. This book organizes things very well, making it easy to find what you're after. It also does a great job of cross-referencing things - telling you where to find more information about things in context. It makes it almost like bouncing around a website, which seems appropriate. Using just this book, I am now able to do a huge number of things with XSLT.
Rating: Summary: One of my favorite XSLT books Review: This book, as the author himself put it, provides "task-oriented explanations of how to get work done with XSLT". I would define the audience that will benefit most as intermediate XSLT developers - you are expected to have some knowledge of XML and XSLT. Part 1 has a brief tutorial, yet too brief for a complete novice. Part 2 is what makes this book worth reading - it delves into typical tasks XSLT developers encounter: adding, changing, deleting elements and attributes, sorting, avoiding duplicates and many other. Perhaps, the book was planned as a "cookbook" to quickly look up "how do I...", but it is more than that: the author describes how things work in detail, shows the best way to perform a task, warns about subtle issues you would spend hours fighting with on your own. I found the explanations very useful: even reading about basic concepts can bring discoveries. There are more advanced topics too, like dealing with namespaces or recursive techniques; read about them, and more challenging tasks will not catch you unprepared. The book doesn't touch on really advanced concepts like the famous Muenchian grouping, but this is probably outside of XSLT's everyday repertoire and, therefore, outside of this book's mission. I found myself referring to this book often in JavaRanch's XML forum. Just recently when solving RSS namespace mystery, I posted a part of the stylesheet that prints namespaces (p.99) and here is the response: "That diagnostic transform is worth its weight in gold!" And I am neither the author nor a member of his family.
Rating: Summary: One of my favorite XSLT books Review: This book, as the author himself put it, provides "task-oriented explanations of how to get work done with XSLT". I would define the audience that will benefit most as intermediate XSLT developers - you are expected to have some knowledge of XML and XSLT. Part 1 has a brief tutorial, yet too brief for a complete novice. Part 2 is what makes this book worth reading - it delves into typical tasks XSLT developers encounter: adding, changing, deleting elements and attributes, sorting, avoiding duplicates and many other. Perhaps, the book was planned as a "cookbook" to quickly look up "how do I...", but it is more than that: the author describes how things work in detail, shows the best way to perform a task, warns about subtle issues you would spend hours fighting with on your own. I found the explanations very useful: even reading about basic concepts can bring discoveries. There are more advanced topics too, like dealing with namespaces or recursive techniques; read about them, and more challenging tasks will not catch you unprepared. The book doesn't touch on really advanced concepts like the famous Muenchian grouping, but this is probably outside of XSLT's everyday repertoire and, therefore, outside of this book's mission. I found myself referring to this book often in JavaRanch's XML forum. Just recently when solving RSS namespace mystery, I posted a part of the stylesheet that prints namespaces (p.99) and here is the response: "That diagnostic transform is worth its weight in gold!" And I am neither the author nor a member of his family.
Rating: Summary: Dispels the Mists of Confusion Review: This is a great book. It hurts to see some people reveiew it with such real... venomous dislike. I suspect it's a style thing--if you're looking for a dictionary-like exhaustive reference, maybe this book isn't for you. Having said that, I have a low tolerance for lots of verbiage, yet DuCharme's book was totally clear to me. I can poke around in it and find what I want so easily. It is very well organized, and well indexed. It serves as an excellent overview of XSLT, and gets pretty advanced, too. This is a great book.
Rating: Summary: Excellent tutorial for XSLT developers Review: XSLT is not an easy language to learn - mostly because it is close to Lisp rather than to well-known string processing languages like Perl. XSLT QUICKLY covers XPath, XML elements and attributes manipulation, programming issues like named templates (a.k.a. functions), variables, parameters, XSLT-specific constructs like key lookups, number and string manipulation. Readers will find _good_ ways to generate HTML, other markup and plain text from XML documents. I think this book is a must for software developers who want to write and test robust portable XSLT scripts. Simple, understandable and informative sample code is a true challenge for any computer book. I really appreciate samples from XSLT QUICKLY, they are easy for recycling in real-life applications. Also, like Oracle code samples, they are convenient to communicate development issues. Last, but not least, just in the preface we find an important clarification of XML/DTD/XSLT relationship, so readers will avoid a good deal of painful confusion.
|