I need to learn XSLT for Wordpress and Symphony theming. What are some beginner friendly resources that are relatively easy to follow along to?
Quick beginner XSLT reference
1.7k Views Asked by Jonathan Musso At
7
There are 7 best solutions below
0

This site is very straightforward and has plenty of examples: http://www.learn-xslt-tutorial.com/
Also, W3 Schools is generally easy to follow and has good tutorials: http://www.w3schools.com/xsl/
0

My friend, Roger Costello, makes some of the best tutorials. He has an nice collection, most of which are XML-related: XML Schema, Schematron, NVDL, xProc, xPath, xQuery, and XSLT. They are typically Powerpoint slides and include exercises to give you practice. Take a look!
0

You can check also : - http://www.w3schools.com/xsl/default.asp - http://www.w3schools.com/xpath/default.asp
To learn XSLT basics but moreover XPath queries
ZVON's XSLT reference. I like it because it's very simple.