• 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

Cannot Locate XSLTProcessor class from xalan jars

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,


I am using xalan-j_2_7_0 I have included all the jars files in classpath.
serializer.jar
xalan.jar
xercesImpl.jar
xml-apis.jar
xsltc.jar


But still I am not able to locate XSLTProcessor class.
Basically I have checked above Jar files none of them have org.apche.xalan.xslt.XSLTProcessor


Thanks
Sangram
[ September 21, 2006: Message edited by: Sangram Singh ]
 
Sangram Singh
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I actually I wanted to transfom JDom Object using xsl . I have done that using JDomSource so my prob. is solved.

I was looking for XSLTProcessor class because of the example at
http://www.onjava.com/pub/a/onjava/2000/12/15/xslt_servlets.html?page=3
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic