DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19823>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19823 setStyleSheetParam sets only the last parameter ------- Additional Comments From [EMAIL PROTECTED] 2003-07-16 03:20 ------- The setStyleSheetParam method of XSLTProcessorApplet assigns values for m_key and m_expression, which will be used to set transformer parameters later on. If setStyleSheetParam method is called more than once, only the previous pair will be overwritten. One solution will be store parameter keys/values in a hashtable. XSLTProcessorApplet is a sample applet used in AppletXMLtoHTML http://xml.apache.org/xalan-j/samples.html#appletxmltohtml. It belongs to sample code, shouldn't be in the org.apache.xalan main distribution.(my opinion only) It will be great and save me a lot of time, if you could provide your sample code for me to test my patch. Thanks,
