XML--I need advice on an XML tutorial I wrote

Frank Boumphrey bckman at ix.netcom.com
Sun Jul 12 17:56:00 BST 1998


I think it would have been fairer to point out that xml should be lower
case<g>!

<?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 at textuality.com>
To: Julie Brown <jubrown at jupiter.projectcool.com>; xml-dev at ic.ac.uk
<xml-dev at ic.ac.uk>; dturner at microsoft.com <dturner at microsoft.com>;
stevsk at microsoft.com <stevsk at microsoft.com>
Date: Sunday, July 12, 1998 11:29 AM
Subject: Re: XML--I need advice on an XML tutorial I wrote


>


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list