http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1421 *** shadow/1421 Sun May 20 17:25:40 2001 --- shadow/1421.tmp.15420 Wed Jun 13 09:35:27 2001 *************** *** 1,19 **** ! Bug#: 1421 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: All ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Critical ! Priority: Medium ! Component: org.apache.xalan.processor ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: CompilingStylesheetHandler.compileElemLiteralResult() spits out bad code ! compileElemLiteralResult() appends to the body as follows: ================================ body.append("rhandler.startElement(\"" --- 1,19 ---- ! +============================================================================+ ! | CompilingStylesheetHandler.compileElemLiteralResult() spits out bad code | ! +----------------------------------------------------------------------------+ ! | Bug #: 1421 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.0.0 | ! | Resolution: INVALID Platform: All | ! | Severity: Critical OS/Version: All | ! | Priority: Medium Component: org.apache.xalan.proces | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | compileElemLiteralResult() appends to the body as follows: ================================ body.append("rhandler.startElement(\"" *************** *** 35,37 **** --- 35,41 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-05-18 13:15 ------- Better bug categorization: API/programmatic problems versus stylesheet execution/output creation problems. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-13 09:35 ------- + CompilingStylesheetHandler has been removed with the merge back of DTM_EXP. + Future work on truly 'compiled' stylesheets is being done in the xsltc module. \ No newline at end of file