Amazon.com: XSLT 2.0 Programmer's Reference (Programmer to Programmer) (9780764569098): Michael Kay: Books
XSLT 2.0 Programmer's Reference (Programmer to Programmer) and over one million other books are available for Amazon Kindle. Learn more

Have one to sell? Sell yours here
XSLT 2.0 Programmer's Reference (Programmer to Programmer)
 
 
Start reading XSLT 2.0 Programmer's Reference (Programmer to Programmer) on your Kindle in under a minute.

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

XSLT 2.0 Programmer's Reference (Programmer to Programmer) [Paperback]

Michael Kay (Author)
3.6 out of 5 stars  See all reviews (26 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $31.99  
Paperback --  

Book Description

August 20, 2004 0764569090 978-0764569098 3
What is this book about?

XSLT 2.0 Programmer's Reference, 3rd Edition, is the authoritative reference guide to the language. Without using the formal and inaccessible language of the W3C specifications, it tells you exactly what every construct in the language does, and how it is intended to be used. This book is a reference rather than a tutorial; it is designed for the professional programmer who is using the language every day. It is the book that people quote when they claim that a particular product is giving the wrong answer, and the book that implementers of the language turn to when they want clarification of the specifications.

At the same time, the book is readable. Reviews of the previous editions of the XSLT Programmer’s Reference, which this book grew from, show that readers appreciate the background material on the design thinking behind the language, the essay on functional programming, the occasional dry wit, the gentle criticism of the language specification when appropriate, and the fact that the examples stray into a diverse range of interesting application areas.



Editorial Reviews

From the Back Cover

When XML debuted in 1998, it was quickly embraced as both a practical tool and a strategic technology. XSLT and XPath soon became the preferred high-level languages for manipulating XML content. Now the editor of the XSLT 2.0 specification has written the ultimate reference manual for XSLT 2.0.

You’ll gain a complete understanding of the concepts underlying XSLT, what’s new in version 2.0, the structure of XSLT stylesheets, their relationship to XML schemas, and more. You will see how the language provides extensibility, and how to use it to create real XSLT applications. Finally, you will learn to use XSLT as a functional programming language to tackle complex computational problems.

What you will learn from this book

  • What’s new in XSLT since the previous edition of this bestselling book
  • Where XSLT fits into the XML family
  • What every construct in the language does, and how to use each one
  • How XSLT transforms XML to handle data conversions and data publishing
  • How to use XSLT elements, patterns, and functions
  • Development methods for specific stylesheets
  • How to apply XSLT design patterns to produce selected results

Who this book is for

This book is for professional XML and XSLT programmers and programmers experienced in XML, HTML, and Web architecture who want to learn XSLT.

Wrox Programmer’s References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.

About the Author

Michael Kay has been working in the XML field since 1997; he became a member of the XSLWorking Group soon after the publication of XSLT 1.0, and took over as editor of the XSLT 2.0 specification in early 2001. He is also a member of the XQueryWorking Group. He is well known not only through previous editions of this book, but also as the developer of the open-source Saxon product, a pioneering implementation of XSLT 2.0, XPath 2.0, and XQuery 1.0.
The author has recently formed his own company, Saxonica Limited, to provide commercial software and services building on the success of the Saxon technology. Previously he spent three years with Software AG, working with the developers of the Tamino XML server, a leading XQuery implementation. His background is in database technology: after leaving the University of Cambridge with a Ph.D., he worked for many years with the (then) computer manufacturer ICL, developing network, relational, and object-oriented database software products as well as a text search engine, and held the position of ICL Fellow.

Product Details

  • Paperback: 960 pages
  • Publisher: Wrox; 3 edition (August 20, 2004)
  • Language: English
  • ISBN-10: 0764569090
  • ISBN-13: 978-0764569098
  • Product Dimensions: 9.2 x 7.3 x 2 inches
  • Shipping Weight: 3.1 pounds
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (26 customer reviews)
  • Amazon Best Sellers Rank: #1,039,288 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

26 Reviews
5 star:
 (8)
4 star:
 (5)
3 star:
 (8)
2 star:
 (4)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.6 out of 5 stars (26 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

48 of 55 people found the following review helpful:
3.0 out of 5 stars GREAT For Experienced Readers, TERRIBLE For Beginners, November 21, 2004
By 
Victor L. Peters (San Francisco, CA USA) - See all my reviews
(REAL NAME)   
This review is from: XSLT 2.0 Programmer's Reference (Programmer to Programmer) (Paperback)
It is difficult to give a numeric rating to this book because it depends on what kind of reader you are:
- If you have done little or no XSLT, and you want a book to efficiently explain how to start doing XSLT this is a TERRIBLE choice.
- If you are a beginner who wants to know every tiny detail of XSLT and has plenty of time to learn it, then this is a good choice.
- If you've already read an XSLT book, you are already comfortable with XSLT, and now you want to learn all the extra details the other authors thought wasn't important enough to include, then this is a GREAT choice.

This book almost reads like a specifiation. Although to be fair, I've read some specifications, like the EJB specification, that are more focused than this book. Any good trainer or training author knows that you have to organize your material to first put the emphasis on the central introductory concepts. Once your audience understands the basics, then you can build upon that foundation to explain the advanced topics. Along the way, you should always put the main focus on the most important topics, and just briefly mention extraneous details. Unfortunatley, this book does not organize the material for learning and covers everything with approximately the same emphasis. As just one example of this, Chapter 1 spends eight LONG pages on the history of XSLT including details like when so-and-so joined the specification team or presented a paper at a conference. What Chapter 1 does not do is give you any idea of how to write an XSLT sheet. I plodded my way through the first two chapters wondering when we'd get past all the gory details to a description of how to write an introductory XSLT sheet. Finally, I had enough and looked through the book trying to find how far I should jump ahead to find the introductory section, and realized it didn't exist. All the basics are interspersed with endless details throughout the book.
To be fair, the book calls itself a "programmer's reference." So one could argue that it shouldn't be designed to learn XSLT. However, trying to use this book as a reference would be equally probelmatic because its too hard to find the important information among all the extraneous details.
So if you already know XSLT well and want to know all the extra details, I truly do highly recommend this book. But if you want to learn XSLT in a resonable amount of time, I strongly recommend against this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
3.0 out of 5 stars Great material, awful presentation, October 3, 2005
By 
peraldus (Bern Switzerland) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: XSLT 2.0 Programmer's Reference (Programmer to Programmer) (Paperback)
The author is one of the great xslt scholars, and this book is a brillant testimony to the breadth of his knowledge.

The author is a professional, Wrox is a professional publisher. Then how come the book is so utterly poorly organized? Any book bearing the subtitle "Programmer's Reference" should be organized in such a way that the programmer will rapidly find what she's looking for. Thats is certainly not the case here. An intelligent use of page headers and footers is the first thing a reference book should try to achieve. No such attempt here (try to imagine a dictionnary with no page headers...).

The same goes for the use of titles and subtitles, general chapter and page organisation, font choices etc. The whole thing is a typesetter's nightmare. I might be wrong, but one suspects the author was allowed to typeset the book himself...

Bottom line: it takes way too long to find what one's looking for. In a reference work such flaws are unacceptable.

I still enjoy the book's excellent coverage of the subject matter, but its use is bound with much bickering and swearing out lound.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars The Master, September 13, 2005
This review is from: XSLT 2.0 Programmer's Reference (Programmer to Programmer) (Paperback)
Michael Kay is to XSLT what Hank Williams is to Country, what Doc Watson is to Traditional, and what Eric Clapton is to rock guitar.

The reviewer below states:

> Horrible, horrible usability.

Huh? I have used the original version of this book from when I was an XSLT newbie until it is literally falling apart, and have always found it to be extremely usable. XSLT can be difficult to master - things that seem "logical" are completely wrong, but it is also the best way to interact with XML. Forget about procedural or even OOP languages when you have XML data to deal with. XSL transforms are the way to go, and Michael explains how to do everything here - except XPATH, but I'll probably order the package with his XPATH book, too.
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)
First Sentence:
XSLT (which stands for eXtensible Stylesheet Language: Transformations) is a language that, according to the very first sentence in the specification (found at http: / /www.w3.org /TR /xslt20/), is primarily designed for transforming one XML document into another. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
literal result element, stylesheet module, import precedence, fixup process, stylesheet function, sequence constructor, hawthorn quickens, base stylesheet, principal stylesheet, attribute value template, new document node, simplified stylesheet, formatting token, aforzvards axis, fallback behavior, named type definition, selected template rule, untyped atomic values, compiled stylesheet, new element node, computational stylesheets, empty template rule, optional namespace prefix, collation attribute, external general parsed entity
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Programmer's Reference, Attributes Name Value Meaning, File Folder, Internet Explorer, Link Target, James Clark, Rupert Brooke, Content None, John Vlissides, Ralph Johnson, Content Zero, File Edit View Favorites Tools Help, The Young Visiters, Construct Meaning, Daisy Ashford, Erich Gamma, Tim Berners-Lee, Attribute Interpretation, Attributes None, Namespaces Recommendation, President of the United States, Richard Helm, Sword of Honour, World Wide Web Consortium, Agatha Christie
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:





Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject