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=25776>. 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=25776 Ant requires <?xml at beginning of build.xml? ------- Additional Comments From [EMAIL PROTECTED] 2003-12-29 10:57 ------- I am not sure if this is against the XML spec or not. I think it is definetly the case that the parser will do only limited lookahead to find the <?xml ...?> tag, since it needs to inspect it to find the encoding of the file and then it needs to restart reading using the proper encoding. So I do not think the spec allows putting an undetermined amount of white chars before the tag. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]