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=2807 *** shadow/2807 Thu Sep 6 06:43:11 2001 --- shadow/2807.tmp.25056 Tue Sep 11 06:00:30 2001 *************** *** 2,8 **** | Exception thrown when no CDATA section present | +----------------------------------------------------------------------------+ | Bug #: 2807 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.2.x | | Resolution: FIXED Platform: All | | Severity: Major OS/Version: Other | | Priority: High Component: Xalan-Xsltc | --- 2,8 ---- | Exception thrown when no CDATA section present | +----------------------------------------------------------------------------+ | Bug #: 2807 Product: XalanJ2 | ! | Status: VERIFIED Version: 2.2.x | | Resolution: FIXED Platform: All | | Severity: Major OS/Version: Other | | Priority: High Component: Xalan-Xsltc | *************** *** 26,29 **** if (_cdata != null) { if (_cdata.get(elementName) != null) _cdataStack.push(new Integer(_depth)); ! } --- 26,33 ---- if (_cdata != null) { if (_cdata.get(elementName) != null) _cdataStack.push(new Integer(_depth)); ! } ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-11 06:00 ------- ! There is no test case for this but I checked the source file and ! verified the change was made.
