http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2552 *** shadow/2552 Tue Jul 10 13:17:28 2001 --- shadow/2552.tmp.28158 Tue Jul 10 13:17:28 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | new -PARAMX needed for xslt.Process.main() | + +----------------------------------------------------------------------------+ + | Bug #: 2552 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: Sun | + | Severity: Enhancement OS/Version: Solaris | + | Priority: Other Component: Xalan | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + One used to be able to specify XPath functions, numbers, and such through the + -PARAM option of xslt.Process.main(). One would specify strings by using single + quotes. + + This is no longer possible since -PARAM assumes the value is a string and + automatically wraps it in single quotes. + + A new -PARAMX option is needed that will duplicate the old -PARAM functionality.
