DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20493>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20493 when load xml in EUC-JP, it claim error at CR+LF Summary: when load xml in EUC-JP, it claim error at CR+LF Product: XalanC Version: 1.5 Platform: PC OS/Version: Other Status: UNCONFIRMED Severity: Major Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] xml code is followed : <?xml version="1.0" encoding="EUC-JP"?>CR+LF <!DOCTYPE jp:memo-po-pat-exam PUBLIC "-//JPO//DTD MEMO (PRELIMINARY OPINION) BY PATENT SUBSTANTIAL EXAMINATION 1.0//EN" "mem-pte2.dtd" []> xalan.exe displayed message: "Fatal Error at file......line1,column 40 Message: An Exception occurred! Type:TranscodingException, Message: An invalid multi-byte source text sequence was encountered." At column 40, text is nothing and only CR code. So, I delete CR(only LF) but error didn't change. In the first place, may not xalan use EUC multi-byte code ?
