• 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

Battling with XSL Templates

 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know of a good resource for example XSL templates or code snippets. I'm trying to get a Servlet/JSP/XML/XSL based web site into decent shape, and having a real fight getting XSL to do what I want. The power is awesome, but tricky with it.
I haven't found any significant XSL examples on the web yet, so I may even be approaching it from the wrong direction. The very dry specification documents, all I have seen so far, give little idea of how XSL is really supposed to be used.
Any suggestions?
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Frank,
You might have found a few resources by now, but just thought that you should know about this net resource. Just follow this link http://metalab.unc.edu/xml/books/bible/updates/14.html. Hope this helps.
Also, could you provide me with a list of resources on XSLT/XPath if you are aware of any?
Deepak
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Frank:
Check this out. Hope it helps, if its not already known to you...
Regds.
- satya

 
Frank Carver
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the suggestions. Eventually I gave in and bought the book "XSLT Programmers Reference" from Wrox Press (ISBN 1861003129). It has really helped my understanding, and I recommend it despite its size (750 pages plus)
 
reply
    Bookmark Topic Watch Topic
  • New Topic