tags:

views:

93

answers:

4

What are good tutorials for that? I mean NOT the ones like

"Hi! Today we'll transform <xml>Hello World</xml> to <h1>Hello World<h1>! Good start! Keep learning!"

Something like "xlst for 21 days", or "xslt: from novice to professional" :)

Thanks, Ilya.

+1  A: 

Check out the W3Schools tutorial on XSLT:

http://w3schools.com/xsl/default.asp

marc_s
The w3Schools tutorial on XSLT is really deficient. It mixes together components from XSLT 1.0 and XSLT 2.0 without ever telling you which is which. That makes it really confusing for the beginner who doesn't even realize that's an issue. I can't recommend that tutorial.
Paul Clapham
+1  A: 

You always have w3schools to get started.

mgv
+2  A: 

The ones I used was

W3schools, which is slightly more advanced than Today we'll transform <xml>Hello World</xml> to <h1>Hello World<h1>! http://www.w3schools.com/xsl/default.asp

O'Reillys XSLT Cookbook http://books.google.se/books?id=6q50V7oykqEC&amp;printsec=frontcover&amp;source=gbs_slider_thumb#v=onepage&amp;q&amp;f=false

Gallery of Stupid XSL and XSLT Tricks, which I thought was fun to study while teaching myself XSLT, even though it's not a tutorial http://incrementaldevelopment.com/xsltrick/

Ledhund
+5  A: 

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

People to follow on twitter

  1. Michael Kay
  2. Jeni Tennison
  3. Norman Walsh
  4. All people in this list
Dimitre Novatchev
Thanks. Why didn't ypu point out w3schools? :)
portland
@portland I find w3schools too superficial.
Dimitre Novatchev