http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2581 *** shadow/2581 Wed Jul 11 10:19:23 2001 --- shadow/2581.tmp.10829 Wed Jul 11 10:19:23 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | xsltc fails conf tests conditional13,14, and 15 | + +----------------------------------------------------------------------------+ + | Bug #: 2581 Product: XalanJ2 | + | Status: NEW Version: 2.0.0 | + | Resolution: Platform: Sun | + | Severity: Normal OS/Version: Solaris | + | Priority: Other Component: org.apache.xalan.xsltc | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + These tests look like they are getting at the same bug. They test the priorty of + patterns for selecting matching templates. For example, they compare + + a/b/* vs a/*/c vs a/*/* vs a//c + + Xalan, Saxon, and XT all agree with the expected output, while XSLTC doesn't. + + The test files can be found under + + xml-xalan/test/tests/conf/conflictres
