• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

XSL Resources

 
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
A while ago, I did some research on XML and did some work with it, but I never really go into the use of XSL. My basic conception of XSL is that you can, given an XML file and a stylesheet, convert that XML file to just about any other format you want through a XSL processor.
What I want to know is if anyone has any good references for using XSL and getting a good XSL processor. If there are any good tutorials on-line, I'd love to know where they are.
My basic goal, at this point, is to take some data in an XML file and simply convert it to HTML. I could do it through Java, but I thought using XSL might be easier and more straight-forward. So, if you know of anyplace that could help me get started, I'd love to hear about it. If I then have any more specific problems, I'll be sure to come back here.
Thanks for your help,
Corey
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Corey,
Here is good to have XSLT tutorial from http://www.xfront.com/
Good Luck..
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Checkout http://www.javaranch.com/gramps/XMLLinks.jsp
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic