Next in thread → Next in month →

Re: [xml-dev] [Summary #2] Why is Encoding Metadata (e.g. encoding="UTF-8") put Inside the XML Document?

From
Pete Cordell <>
To
Eric Bréchemier <>, "Costello, Roger L." <>
Date
2007-09-21T18:32:44Z
ID
<001601c7fc7d$d59f0ab0$4000a8c0@Codalogic>
Thread
Re: [xml-dev] [Summary #2] Why is Encoding Metadata (e.g. encoding="UTF-8") put Inside the XML Document?
----- Original Message From: "Eric Bréchemier" <>

> "Whitespace may preceed an XML declaration, so an XML parser will
> parse through the whitespace bytes until it arrives at the start of
> the XML declaration."
>
> This (whitespace before XML declaration) is not allowed by the EBNF
> productions defining a well-formed XML Document:
> http://www.w3.org/TR/REC-xml/#sec-well-formed

However, you can get leading whitespace if the XML decl is not present 
(http://www.w3.org/TR/REC-xml/#NT-prolog).  Or you might get the start of an 
element, doctype decl, PI or Comment (and maybe some other things!).  That 
results in the 'Other' case at 
http://www.w3.org/TR/REC-xml/#sec-guessing-no-ext-info.

Cheers,

Pete.
--
=============================================
Pete Cordell
Codalogic
for XML Schema to C++ data binding visit
 http://www.codalogic.com/lmx/
=============================================
Next in thread → Next in month →