XSLT, 2nd Edition

XSLT, 2nd Edition
Authors
Doug Tidwell
ISBN
0596527217
Published
03 Jul 2008
Purchase online
amazon.com

After years of anticipation and delay, the W3C finally released the XSLT 2.0 standard in January 2007. The revised edition of this classic book offers practical, real-world examples that demonstrate how you can apply XSLT stylesheets to XML data using either the new specification, or the older XSLT 1.0 standard. XSLT is a critical language for converting XML documents into other formats, such as HTML code or a PDF file.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

Daniel McKinnon said
Perhaps.

With XSLT 2nd Edition, this behemoth of a book tops out at over 950+ page, 600 of them a reference on XSLT itself. The 9 chapters earlier do plenty to discuss what XSLT is, how it's used, and how to use it.

If you need to use XSLT at your job or just want to learn more about it, you have come to the right place, just don't expect a quick read, this one will take a while to get through but it's worth the journey.

***** RECOMMENDED

William N. Coan said
Doug Tidwell knows his stuff, loves his stuff, and is eager to share his stuff with you. His stuff is xml, but his authoritative and well-written new book, XSLT, Second Edition, focuses on the eXtensible Stylesheet Language for Transformations.

If you're reading this, you probably already know that transformations are the means by which xml files can be converted from one format to another and sliced, diced, sorted, ordered, linked, and/or combined with other xml files along the way. Or maybe you don't already know that but you've heard that XSLT is a mysterious force with the power to convert xml data into html or pdf or scalable vector graphic format or other formats. Either way, Tidwell's book will help you grasp and exploit the power of xml transformations.

Previous exposure to xml concepts will save you time and help you to get the most out of the book, but don't worry if you're a newbie, because Tidwell provides a concise description of xml basics near the front of the book. And don't worry if you lack specialized tools for processing XSLT files: Tidwell thoughtfully provides download links and installation instructions for four popular XSLT processors (Xalan, Saxon, Microsoft XSLT Processor, and the Altova XSLT engine).

Nearly 600 pages of the book are devoted to appendixes filled with reference materials (about which, more later), but don't be misled by that fact. Tidwell knows that reference materials are useless without orientation and understanding, and the first 300 pages of the book provide exactly that.

Tidwell also knows that your time is valuable, and so he starts you off easy but FAST. In less than 45 pages, he covers the basics and walks you through a "Hello World" example. If you're new to XML or XSLT, the scales will fall from your eyes as you breeze through these pages.

From there, Tidwell devotes the next 100 pages to the two main activities of transformation: 1) teasing precise bodies of data from source files and 2)generating output in the desired format. By the time you get that far, you realize that you're in very good hands. Tidwell builds your comfort level and your confidence as he goes along. He holds back the really gnarly stuff until last: branching and control elements, links and cross-references and, finally, sorting, grouping, and combining data.

It's a very well organized approach, and the 300+ pages of orientation are exactly what you need in order to benefit from the reference materials in the appendixes.

And what about those reference materials? More fantastic stuff: The XSLT reference covers all the elements defined in the XSLT specification; the XPath reference covers key aspects of the XPath specification; other appendixes cover XSLT, XPath, and XQuery functions, XML Schemas, regular expressions, XSLT formatting codes, and migration from XSLT 1.0 to 2.0. (But NOTE: Changes brought about by XSLT 2.0 are discussed throughout the book, not limited to a single appendix entry.)

Even if you're a Jedi Master of XSLT, you'll be glad to have this book on your shelf for ready reference to the appendixes. If you rate yourself at an intermediate level of mastery, the chapters on advanced XSLT concepts will carry you to the next level. And if you're just beginning, you'll recognize Tidwell as a true friend in the transformation business. He will get you going in no time. The book is well organized, well written, and extremely well focused on its stated subject.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Measuring programming progress by lines of code is like measuring aircraft building progress by weight.” - Bill Gates