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=3020 *** shadow/3020 Tue Aug 7 10:39:34 2001 --- shadow/3020.tmp.744 Wed Aug 8 01:08:07 2001 *************** *** 2,9 **** | Xsltc does not take into account cdata-section-elements attribute | +----------------------------------------------------------------------------+ | Bug #: 3020 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.1.0 | ! | Resolution: DUPLICATE Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other Component: Xalan-Xsltc | +----------------------------------------------------------------------------+ --- 2,9 ---- | Xsltc does not take into account cdata-section-elements attribute | +----------------------------------------------------------------------------+ | Bug #: 3020 Product: XalanJ2 | ! | Status: REOPENED Version: 2.1.0 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other Component: Xalan-Xsltc | +----------------------------------------------------------------------------+ *************** *** 21,23 **** --- 21,34 ---- *** This bug has been marked as a duplicate of 3005 *** + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-08 01:08 ------- + Made some tests. + XSLTC processor expects a comma separated list of names while XSLT processor + expects a white space separated list. + + (suggested fix: org.apache.xalan.xsltc.compiler.Output.java - lig 209 col 69 - + replace "," with " "). + + Don't know the spec but should be homogeneous. + Regards