• 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

Unable to use Xalan in SDK 5

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
I have SDK 5.0 and I want to use Xalan XSLT process.
when I was using SDK 1.4.2 , I was able to perform :
java org.apache.xalan.xslt.Process
this command is no longer available in SDK 5.0
Tiger's docs says:
the packages has been changed and the new package :
java com.sun.org.apache.xalan.internal
but it is not working...
any ideas how to launch the processor and perform the transformation by the command line in SDK 5.0 ??
thanks..
 
reply
    Bookmark Topic Watch Topic
  • New Topic