Amazon.com: XSLT Cookbook (9780596003722): Sal Mangano: Books
XSLT Cookbook and over one million other books are available for Amazon Kindle. Learn more

Kindle Edition
 
   
Have one to sell? Sell yours here
XSLT Cookbook
 
 
Start reading XSLT Cookbook on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

XSLT Cookbook [Paperback]

Sal Mangano (Author)
4.6 out of 5 stars  See all reviews (35 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition $27.29  
Hardcover --  
Paperback $36.48  
Paperback, December 2002 --  
There is a newer edition of this item:
XSLT Cookbook: Solutions and Examples for XML and XSLT Developers, 2nd Edition XSLT Cookbook: Solutions and Examples for XML and XSLT Developers, 2nd Edition 4.6 out of 5 stars (35)
$36.48
In Stock.

Book Description

December 2002

Critical for converting XML documents, and extremely versatile, the XSLT language nevertheless has complexities that can be daunting. The XSLT Cookbook is a collection of hundreds of solutions to problems that Extensible Stylesheet Language Transformations (XSLT) developers regularly face. The recipes range from simple string-manipulation and mathematical processing to more complex topics like extending XSLT, testing and debugging XSLT stylesheets, and graphics creation with SVG. Recipes can be run directly or tweaked to fit your particular application's needs more precisely.

Each recipe walks through a problem and a solution, with explanations of the choices made and techniques used in creating that solution, and many recipes include alternate solutions and explore issues like convenience and performance. Topics covered include:

  • String manipulation
  • Mathematical processing
  • Date and time handling
  • Interactions between calendar systems
  • Selecting content in source documents
  • Efficient tree-manipulation
  • Conversions from XML to plain text
  • Tweaking XML documents with stylesheets
  • Using XSLT to query XML documents
  • Generating HTML with XSLT
  • Creating charts and graphs with SVG and XSLT
  • Generating C and XSLT code using XSLT
  • Processing Visio documents in XSLT
  • Working with XML Topic Maps (XTM)
  • Using XSLT to create SOAP documentation from WSDL
  • Extending XSLT with additional functions
  • Embedding XSLT in other processing
  • Testing and debugging XSLT stylesheets
  • Creating generic XSLT processors which work on many XML vocabularies
The XSLT Cookbook provides an ideal companion both for developers still figuring out XSLT's template-based approach who want to learn by example, and for developers who know XSLT and want a collection of quickly reusable recipes. XSLT frequently offers a number of ways to perform a transformation, and the best solution may not always be the most straightforward. The recipes in this Cookbook demonstrate and explain XSLT's template-based logic, a frequent stumbling block for developers new to XSLT. Among the variety of XSLT books now available, none has the explicit solution-oriented approach of this Cookbook.

Customers Who Bought This Item Also Bought


Editorial Reviews

Review

"...this book is a powerful reference work. The problems tackled are well chosen, the solutions elegant and the explanations carefully and clearly explained." - Rick Stones, Cvu, August 2003

About the Author

Sal Mangano has been developing software for over 12 years and has worked on many mission-critical applications, especially in the area of financial-trading applications. Unlike many XML/XSLT developers, he did not approach the technology from the standpoint of the Internet and Web development but rather from the broader need for a general-purpose, data-transformation framework. This experience has given him a unique perspective that has influenced many of the recipes in his book, the XSLT Cookbook. Sal has a Master's degree in Computer Science from Polytechnic University.


Product Details

  • Paperback: 670 pages
  • Publisher: O'Reilly Media; 1st edition (December 2002)
  • Language: English
  • ISBN-10: 0596003722
  • ISBN-13: 978-0596003722
  • Product Dimensions: 9.1 x 6.8 x 1.3 inches
  • Shipping Weight: 2.1 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (35 customer reviews)
  • Amazon Best Sellers Rank: #1,465,317 in Books (See Top 100 in Books)

More About the Author

I fell in love with science at a very young age but got hooked on computers and mathematics only much later. I have had most of my professional experience programming complex trading systems in C++ but have more of a personal passion for AI, Genetic Algorithms, pure Computer Science and advanced software development paradigms and certain areas of theoretical math (although my ability on the mathematical side is not quite on par with my passion).

My two books XSLT Cookbook and Mathematica Cookbook are about very different technologies but there is a common theme that runs through both XSLT and Mathematica - pattern matching and transformation. This is one of the most powerful paradigms in computer science.

I like the cookbook format because word for word, cookbooks are the most useful of all technical books. Cookbooks teach by example and that is how people learn. Cookbooks are about getting things done.

Both XSLT and Mathematica are sort off the beaten path type languages and that tells you a bit about me.

XSLT is a very particle skill to have if you find yourself needing the deal with XML a lot. If you manipulate XML using straight DOM programming you are really doing way to much work in many cases. Give XSLT a try.

Mathematica is probably the single most useful system there is for experimental use of a computer. If you work in the IT industry chance are slim you will ever need Mathematica skills. BUT, if you like to tinker with ideas and data, if you like to explore mathematical and scientific concepts, if you want to know how it feels to discover beauty in a few lines of code THEN you really ought to give Mathematica a try. This used to be an expensive proposition but Wolfram has a fully functional HOME Edition of Mathematica. At about $300 it is probably the single best software investment you will ever make. If you are a student, it is even less.

 

Customer Reviews

35 Reviews
5 star:
 (25)
4 star:
 (7)
3 star:
 (2)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.6 out of 5 stars (35 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

19 of 20 people found the following review helpful:
5.0 out of 5 stars Great book for people who know XSLT, October 10, 2003
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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 14 people found the following review helpful:
5.0 out of 5 stars Good XSLT reference for non-beginners, March 8, 2003
This review is from: XSLT Cookbook (Paperback)
The book is an excellent practical hands-on reference for
creating solutions in the XML-XSL Transformation domain.

It covers areas from simple string operations to SVG generation
to extending XSLT with Perl, JavaScript and Java.

The author Sal Mangano has good working examples with detailed
descriptions of the code. This makes experimenting with new
code relatively painless.

Being an experienced XSLT developer I found the book easy to
follow. However people new to the concept of XML transformations
would do well to get a basic understanding of the matter before
diving into building solutions using this book.

Having a copy of the XSLT Cookbook during the development
phase of the LCRA.org website project would have reduced the
time needed to craft a good sustainable solution, and reduced
the amount of code I had to redesign to be modular and flexible.

An example is the recommendation : "Prefer 'selecting' and
'matching' over 'filtering'" pg 114, para 3. This allows for
flexible XML schemas.

A companion CD with working example code and a searchable
text of the book on the CD would have been appreciated.
The website at Oreilly does have a downloadable zip file
of the examples.

All in all well worth the $40.00 price of the book,

Neeraj

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


12 of 12 people found the following review helpful:
5.0 out of 5 stars Great reference for XSLT solutions, March 25, 2003
This review is from: XSLT Cookbook (Paperback)
The XSLT Cookbook offers more than one hundred code solutions to common XSLT problems. The covered topics range from string operations, handling dates and numbers to converting xml to various formats, like text, HTML or SVG.
The author also included some speciality solutions for working with Visio and Excel documents or generating XTM Topic Maps. The last chapters of the book cover some more advanced topic, like extending XSLT and testing stylesheets.
As it is a Cookbook, the beef of this book are the code examples. All examples I tested so far are of outstanding quality and work great. For the most problems you will encounter when writing stylesheets, this book offers an example. Just look it up and you are there.
The very high quality of this book and it's code examples is impressive. The author Sal Mangano sure put a lot of work and research into this book. And the expertise of Jeni Tennison, as technical reviewer, and Simon St.Laurent, as editor, sure were an important factor in achieving this quality standard.

If you are an absolute beginner, you probably should start with a more tutorial style book, but as soon as you have some basic knowledge of XSLT, this book is a great reference for XSLT solutions.

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

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse and search another edition of this book.
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
application recipes, topic maps, delimited data, generating code, solution path, processing nodes, web services, finding substrings, wrapping text, pay period, presentation modifier, importing stylesheet, len div, count div, empty node set, test div, following stylesheet, height div, width div, message data type, messages data type, padding string, public void process, absolute day, message repository
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Code Generation, Creating Reusable, Brad York, Charles Xavier, Datesand Times, David Williams, Query-Use Cases, Text Example, Michael Kay, Edward Ulster, Greg Sutter, John Quincy, Frank Townsend, File Edit View Favorites Tools Help, Harry Rogers, Max Milton, Connie Date, Jane Frank, Esther Gates, Jill Larson, Helen Prejean, Allen Bran, Fanny Hill, Betsy Ross, Mary Williams
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(7)
(7)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
First Edition vs. Second Edition 1 Mar 22, 2009
[Announce] LGPL Java, XSL and Ajax based Framework 0 Mar 27, 2008
See all 2 discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject