| Author |
Learning by Example
|
C Kutler
Ranch Hand
Joined: Apr 15, 2004
Posts: 62
|
|
|
The easiest way for me to figure out how to do something is to find an example for a similar thing. Does anyone know of web sites with good examples?
|
We learn by doing, there is no other way.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
|
I like this xslt site. It lets you choose an XSLT element/function/axes/operator. You see a description and a cross references to examples that use it.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Surasak Leenapongpanit
Ranch Hand
Joined: May 10, 2002
Posts: 341
|
|
There is an online copy of Processing XML with Java by Elliotte Rusty Harold, that has a lot of examples.
|
 |
Axel Janssen
Ranch Hand
Joined: Jan 08, 2001
Posts: 2164
|
|
Originally posted by Jeanne Boyarsky: I like this xslt site.
The rare cases I've worked with xslt, this was a very helpfull site. But I hav a doubt: Does it contain xslt-2.0 specification? Doesn't seem to update very often, last time. Axel
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Axel, I don't think it does. But I use it for the core parts of XSLT which don't change.
|
 |
 |
|
|
subject: Learning by Example
|
|
|