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=6044>.
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=6044

XSLTC does not work when parameternames contain '-'

           Summary: XSLTC does not work when parameternames contain '-'
           Product: XalanJ2
           Version: 2.2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


XSLTC does compile this wrong:

<xsl:call-template name="mytemplate">
    <xsl:with-param name="name-with-minus-in-it" select="foo"/>
</xsl:call-template>

Instead of 'foo' (as expected) it passes only an empty string to the mytemplate.

Reply via email to