Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicate:
Any good XSLT tutorial/book/blog/site online?

Any recommendations for a book to learn XSLT? I'd prefer something concise over a 1k page tome.

share|improve this question

marked as duplicate by Jeff Atwood Apr 23 '11 at 21:47

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

5 Answers

XML in a Nutshell has a great chapter on XSLT. Twenty pages of goodness. I know they have a 1000 page book on XSLT by Tidwell, but I'd just go for the twenty pages in the Nutshell book, and use Google beyond that.

I guess my point is that learning and mastering are two very different things. If you want to learn, get a short introduction, maybe Google a tutorial and just get your hands dirty.

If you think you want to master, or just need a reference, get a thick book on the subject.

But frankly, I think the best way to master a subject is to just use it a lot.

share|improve this answer

O'Reilly books tend to be short and concise, but are probably best if you already know what your doing. http://oreilly.com/catalog/9780596000530/ http://www.amazon.com/XSLT-Mastering-Transformations-Doug-Tidwell/dp/0596000537

share|improve this answer

I give you a short feedback, ordered by preference, best on the top.

  1. XSLT by Doug Tidwell, O'Reilly. IMHO it is the best compromise: wide coverage without getting lost in excruciating details. Explanations are simple, straight to the point, systematic.

  2. Michael Kay, XSLT + XPATH by Wrox. It is the heavy artillery in the XSLT army, a complete reference but you could easily get lost. Recommended if you have significant experience in the field and you are really serious about XSLT, willing to invest a huge amount of time studying the matter. I believe that it suffers slightly from the lack of a top level, clean, affordable path.

  3. XSLT Cookbok, Sal Mangano, O'Reilly.It is a cookbok, of course, so it is best used to face specific issues, even if there are sections really insightful

My 5 pennies.

Greetings

share|improve this answer

I recommend XSLT By Doug Tidwell

share|improve this answer

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