Has anybody had problem with XSLTInputHandler's setParameter method? I modified the Servlet example coming with the package to fit my needs. It worked but I seem to have problems setting the parameter in my stylesheet. The parameter doesn't seem to be set (or changed if I set a default value for the parameter) using XSLTInputHanlder.setParameter(). Anybody had any experience with it?  I know in the past, I can set parameter through Transformer.setParameter method. But XSLTInputHandler (through TraxInputHandler) is actually setting the parameter through Transformer.setParameter as well. Don't understand why it is not working.
 
Anybody has any experience with this?
 
Thanks.
 
Also: does anybody know how can I set the PDF file name for the streamed PDF object? I am getting the PDF streamed back to the browser, but I want it to be able to print with a specific name. I don't know how to do it. Anybody else?

Reply via email to