<?xml version="1.0"?> is correct
"<?XML version="1.0"?> "
>
>Wrong.  Read the spec
Prolog
[22]  prolog ::=  XMLDecl? Misc* (doctypedecl Misc*)?
[23]  XMLDecl ::=  '<?xml' VersionInfo EncodingDecl? SDDecl? S? '?>'
[24]  VersionInfo ::=  S 'version' Eq (' VersionNum ' | " VersionNum ")
[25]  Eq ::=  S? '=' S?
[26]  VersionNum ::=  ([a-zA-Z0-9_.:] | '-')+
[27]  Misc ::=  Comment | PI |  S
Frank
Frank Boumphrey
XML and style sheet info at Http://www.hypermedic.com/style/index.htm
Author: - Professional Style Sheets for HTML and XML http://www.wrox.com
-----Original Message-----
From: Tim Bray <tbray@textuality.com>
To: Julie Brown <jubrown@jupiter.projectcool.com>; xml-dev@ic.ac.uk
<xml-dev@ic.ac.uk>; dturner@microsoft.com <dturner@microsoft.com>;
stevsk@microsoft.com <stevsk@microsoft.com>
Date: Sunday, July 12, 1998 11:29 AM
Subject: Re: XML--I need advice on an XML tutorial I wrote
>