> > <?xml version="1.0" encoding="iso-8859-1"?>
>
> The XML Declaration must be the VERY FIRST THING in your
> document, except
> possibly for a byte-order mark. Remove the leading whitespace.
>
> (See http://www.w3.org/TR/REC-xml, look at [1] and [22],
> note that neither
> permits an S (whitespace) before the XMLDecl.)
While you are at it, "ISO-8859-1" is
the recommended value for that encoding.
See http://www.w3.org/TR/REC-xml#NT-EncName
"iso-8859-1" might not be recognized by some processors.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]