• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XSL Tutorials

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody give me links to good XSL and XSD tutorials. I am asking this question after I googled as I did not understand which one is better.

Thanks,
Dinakar Kasturi
SCJP 1.4
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no one master tutorial unfortunately. Different ones' come with different flavors and each one helps people at a different level.

If you want to start with this technology, I suggest the w3schools. They give you the basics and once you are through with those, you can build on other tutorials.

- m
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're going to use the w3schools XSLT tutorials, watch out. They have recently changed them so that XSLT version 1 and version 2 are combined in one tutorial, and they don't distinguish which is which. And since you are likely still using version 1, accidentally putting a version 2 feature into your code is going to be confusing.
reply
    Bookmark Topic Watch Topic
  • New Topic