vote up 10 vote down star
11

Any recommendations?

flag

75% accept rate
Hi Kokos, see my answer to your question about good XSLT tutorial/book/blog/site online – Dimitre Novatchev Dec 5 '08 at 14:03

5 Answers

vote up 7 vote down check

T U T O R I A L S:

  Some tutorials by Norman Walsh:

  1. On XSLT 1.0
  2. On XSLT 2.0/XPath 2.0


  Link to More tutorials


B O O K S

The classic books of Michael Kay on XSLT 1.0:

      XSLT: Programmer's Reference (Programmer to Programmer)

alt text

and on XSLT 2.0 / XPath 2.0

      XSLT 2.0 Programmer's Reference (Programmer to Programmer)

alt text

and

      XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer) :

alt text



The books by Jeni Tennison:

      Beginning XSLT

alt text

      Beginning XSLT 2.0: From Novice to Professional

alt text

      XSLT and XPath On The Edge, Unlimited Edition

alt text



And Sal Mangano's book:

      XSLT Cookbook, Second Edition

alt text


Blogs:

  1. Michael Kay
  2. David Carlisle
  3. Jeni Tennison
  4. Dimitre Novatchev


S I T E S

  1. xsl-list archives
  2. Dave Pawson's XSLT-FAQ
  3. FXSL -- the Functional Programming Library for XSLT
link|flag
All great resources. – Jweede Feb 26 at 20:22
vote up 0 vote down

XSLT by Doug Tidwell, the author describes the book best in his passage, which I totally agree :

"

The best review I received for the first edition of this book began, "I will never read this book." This was actually a positive review, as the reviewer went on to explain. "When I have a problem, I grab this book off the shelf, go to the index, and within five minutes I've found the answer to my problem. Then I toss it back on the shelf."

That's exactly the kind of book I've tried to write. There are hundreds of stylesheets in this book, including examples for every XSLT element, function, and operator defined by XSLT and XPath. The first chapters of the book are prose that explain how stylesheets work and what you need to learn to be productive with XSLT. Once you're comfortable with that material, you can use the rest of the book as a dictionary-style reference.

"

As for the the link, always apply for this faq, which is written by Michael Kay

link|flag
vote up 1 vote down

JenniTennison and TopXML and OReilly

link|flag
vote up 3 vote down

I have always used zvon.org to figure out XSLT - yes it is just a reference site, but the 'xlab' is really good for figuring out how xslt works as it lets you try out examples quickly (and in my experience trial and error are a big part of learning xslt).

Failing that, w3 schools always comes up with the goods...

link|flag
The xlab is really nice. I like playing with it. The standard and documentation on some XSLT and XPATH features aren't very clear. – stesch Dec 4 '08 at 9:20
No - it's a bit of an archane art as far as I can see! Best bet is to plow through and try it yourself, which is why the xlab thing is worth it! – Jennifer Dec 4 '08 at 12:41
vote up 6 vote down

I have used these sites a lot and found them useful.

ZVON, JenniTennison, dpawson

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.