PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3348 *** shadow/3348 Wed Aug 29 14:18:37 2001 --- shadow/3348.tmp.6726 Wed Aug 29 15:27:31 2001 *************** *** 2,9 **** | Stylesheet Parameter is not working with Xalan C 1.2 | +----------------------------------------------------------------------------+ | Bug #: 3348 Product: XalanC | ! | Status: NEW Version: 1.2.x | ! | Resolution: Platform: Other | | Severity: Normal OS/Version: AIX | | Priority: Other Component: XalanC | +----------------------------------------------------------------------------+ --- 2,9 ---- | Stylesheet Parameter is not working with Xalan C 1.2 | +----------------------------------------------------------------------------+ | Bug #: 3348 Product: XalanC | ! | Status: RESOLVED Version: 1.2.x | ! | Resolution: INVALID Platform: Other | | Severity: Normal OS/Version: AIX | | Priority: Other Component: XalanC | +----------------------------------------------------------------------------+ *************** *** 23,26 **** testXSLT -IN foo.xml -XSL foo.xsl -OUT foo.out -PARAM param1 tempValue. ! output file will contain empty tag <out/> --- 23,32 ---- testXSLT -IN foo.xml -XSL foo.xsl -OUT foo.out -PARAM param1 tempValue. ! output file will contain empty tag <out/> ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-29 15:27 ------- ! This is test case error. I was not passing parameter value properly. ! Parameter value should be sent in single codes like ! ! testXSLT -IN foo.xml -XSL foo.xsl -OUT foo.out -PARAM param1 "'tempValue'"
