http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2139 *** shadow/2139 Tue Jun 12 13:42:07 2001 --- shadow/2139.tmp.6887 Tue Jun 12 13:42:08 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | Programmer's assertion exposed by bad expr in with-param | + +----------------------------------------------------------------------------+ + | Bug #: 2139 Product: XalanJ2 | + | Status: NEW Version: 2.0.x | + | Resolution: Platform: All | + | Severity: Minor OS/Version: All | + | Priority: Other Component: Xalan | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Use the NamedTemplateErr01 test in our xml-xalan\tests\conf repository. + There is a bad select expression in with-param, specifically the / for a step + in the pattern is followed immediately by the [ introducing a predicate. + I get the message: + XSLT Error (javax.xml.transform.TransformerConfigurationException): Programmer's + assertion in getNextStepPos: unknown stepType: 28 + I would like to get some kind of "malformed expression" message. \ No newline at end of file