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=5328>. 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=5328 [XSLTC] xsl:param with dash in name not working [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] Priority|Other |High ------- Additional Comments From [EMAIL PROTECTED] 2001-12-10 02:16 ------- This is a pretty embarassing bug. This is only a problem with global parameters (ie. does not affact global variables). Variables and parameters that contain dashes or dots are escaped according to the JVM spec. A parameter that is called 'test-param' or 'test.param' is escaped to 'test$dash$param' or 'test$dot$param' respectively. This works well inside the translet code, but what we have left out is to similarly escape parameters that are passed in from the command line or from client code.
