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.6362 Wed Aug 29 14:18:37 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | 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 | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Style sheet is not able to recieve the paramter passed to it. + + To reproduce the problem, xml and xsl files(foo.xsl, foo.xml) used for + UseStylesheetParam example can be used. + + Try the follwoing command. + + testXSLT -IN foo.xml -XSL foo.xsl -OUT foo.out -PARAM param1 tempValue. + + output file will contain empty tag <out/>
