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