Features
- Cover Type: Paperback with 774 pages
- Published by: O'Reilly Media, Inc.
- Edition: 2nd Edition December 14, 2005
- Written in: English
- ISBN 10 Number: 0596009747
- ISBN 13 Number: 978-0596009748
-
Book Dimensions:
9.1 x 7 x 1.4 inches
- Weighs: 2.5 pounds
Product Description
Forget 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.
About The Author
Sal Mangano has worked as a developer on Wall Street for 12 years, including work at the New York Stock Exchange and Morgan Stanley. He has a Master's degree in Computer Science from Polytechnic University and is currently working as an independent consultant, focused on financial applications of XML and related technologies.
Reader Reviews
This review is from: XSLT Cookbook (Paperback)
Some other reviews have said that this is not a book for beginners, which is true. You need to understand the mechanics of XSLT first to get the most out of the book. That's not the real value, however. This book is great because it shows you how to write XSLT well. This is a value that a simple reference will not provide.