Erik Abele <[EMAIL PROTECTED]> wrote: > [xmlvalidate] httpd-2.0/docs/manual/howto/auth.html.ja.jis:7:12: An invalid > XML character (Unicode: 0x1b) was found in the element content of the > document. > [xmlvalidate] httpd-2.0/docs/manual/howto/auth.html.ja.jis is not a valid XML > document
The character set of the document is iso-2022-jp (as the file extention indicates). The validator would warned that code is not a valid UTF-8 sequence, I guess. Please add the following line at the top of the file. <?xml version="1.0" encoding="iso-2022-jp"?> Thank you. Hiroaki Kawai Department of Complexity Science and Engineering, The University of Tokyo http://www.bcl.t.u-tokyo.ac.jp mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
