• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Deprecated XSL Transform packages

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
I was using wblogic.apache.xalan.xslt package for the XLS transformation stuff. But the current documentation says that the classes are deprecated now. Can anyone please tell me where to find the new classes / packages ?
Thanks in advance
Mandar
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try to get latest xalan.jar or API from the apache.
It will give to latest API released by the Company.
 
Mandar Gandhe
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Just a small question, I was using setStyleSheetParam(String key, String expression) method from weblogic.apache.xalan.xslt.XSLTProcessor class which I need to replace with something from javax.xml.transform.Transformer class from the latest xalan.jar. Can you please tell me which of the following methods is suitable ? (Actually documentation for these methods is a bit confusing for me)
1. setOutputProperty(String name, String value);
2. setParameter(String name, Object value);
Thanks in advance
Mandar
 
reply
    Bookmark Topic Watch Topic
  • New Topic