XSLT Assistance
August 18, 2005 10:31 AM
Subscribe
Can anyone recommend some good sources for learning XSLT? Are there good e-mail groups or forums? Any experts who want to advise a beginner on some good getting started books or suggestions?
posted by rexruff to technology (12 comments total)
I remember that XSLT seemed very, very strange when I was first learning it. Fortunately, you can do a lot with just the basic elements... you don't have to learn the whole thing to become productive. One thing that confused me at the very beginning is that XSLT can be used both the way you use CSS (you define certain rules, such as "make this red and bold" that are applied whenever you run into an element of a certain type) and the way that you use traditional templating (like old-fashioned PHP pages... you have a page structure into which you plug dynamic content at certain defined points). The latter kind of XSL stylesheet is definitely easier to start with.
posted by gsteff at 10:49 AM on August 18, 2005