Binding: Paperback Dewey Decimal Number: 005.133 EAN: 9780596009748 Format: Illustrated ISBN: 0596009747 Label: O'Reilly Media, Inc. Manufacturer: O'Reilly Media, Inc. Number Of Items: 1 Number Of Pages: 774 Publication Date: December 14, 2005 Publisher: O'Reilly Media, Inc. Sales Rank: 108008 Studio: O'Reilly Media, Inc.
Product DescriptionForget those funky robot toys that were all the rage in the '80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files--virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now Version 2.0, while elegant and powerful, has only added to the confusion.
XSLT Cookbook, Second Edition wants to set the record straight. It helps you sharpen your programming skills and overall understanding of XSLT through a collection of detailed recipes. Each recipe breaks down a specific problem into manageable chunks, giving you an easy-to-grasp roadmap for integrating XSLT with your data and applications. No other XSLT book around employs this practical problem-solution-discussion format.
In addition to offering code recipes for solving everyday problems with XSLT 1.0, this new edition shows you how to leverage the improvements found in XSLT 2.0, such as how to simplify the string manipulation and date/time conversion processes. The book also covers XPath 2.0, a critical companion standard, as well as topics ranging from basic transformations to complex sorting and linking. It even explores extension functions on a variety of different XSLT processors and shows ways to combine multiple documents using XSLT. Code examples add a real-world dimension to each technique.
Whether you're just starting out in XSLT or looking for advanced techniques, you'll find the level of information you need in XSLT Cookbook, Second Edition.
Customer Reviews
Average Rating:
Rating: - For Experienced XLST users, as a reference and to get ideas.
This book is for the experienced XSLT developer. It will provide many, many code samples right from the beginning. I purchased this book thinking I can learn XSLT but, this book is not for the beginner. With that, I am not saying you should not purchase it. What I am saying is that I found a very good companion book: XSLT FOR DUMMIES. Believe it or not, this was my first for dummies book. Don't let the title fool you, this is a great first book to understand XSLT. I think the cookbook will ... Read More
Rating: - Useful XSLT Recipes
This book was very helpful in getting my first XSLT transform up and running in just a few days. Its Problem -- Solution -- Discussion format provides ready-made solutions for a range of transformation problems, from the simple to the more complex. In my case, I quickly found clear and straightforward illustrations of how to produce multiple text output files from an XML input file.
This book is not an XSLT language reference. But it is a good supplement to, for instance, Michael Kay's ... Read More
Rating: - What a time saver!
I've just completed a job where one of my primary functions was editing, teaching, and solving problems with XSLT. I started that job as an experienced programmer with little experience in XSLT. I frequently referred to this book whenever I thought, "I bet XSLT can do this, but how?" For example, if you are already familiar with common scripting languages and programming libraries, one of the first things you will notice about XSLT is a lack of regular expression functionality. I referred to the ... Read More
Rating: - Don't make the same mistake as I did!
This is a great book with a collection of XSLT solutions to difficult and non-trivial XSLT problems. It covers XSLT 2.0 and shows to you how elegant 2.0 solution can be comparable to ugly and monstrous 1.0 listing.
But don't make the same mistake as I did! It is not a learning book! It is a book for programmers that already know XSLT at least a bit and want to improve their skills in this language. If you don't know XSLT at all, it would be better to you to purchase another book together with ... Read More
Rating: - Some useful examples
The code examples in the book can be found online. While several of them are quite helpful, this book is by no means an exhaustive reference, nor does it clearly articulate the basics. See the w3schools website for this.