- From: Johnny Stenback <jst@w3c.jstenback.com>
- Date: Wed, 24 Sep 2003 15:07:17 -0700
- To: Martin Duerst <duerst@w3.org>
- Cc: Francois Yergeau <FYergeau@alis.com>, "'www-dom@w3.org'" <www-dom@w3.org>, "'w3c-i18n-ig@w3.org'" <w3c-i18n-ig@w3.org>
Martin Duerst wrote:
[...]
>> LS5 was dealt with and the spec was updated accordingly last week (or
>> the week before), but due to a cut n' paste error in the issues list,
>> I forgot to reply to the mailing list with the resolution of that issue.
>>
>> Reply now at:
>>
>> http://lists.w3.org/Archives/Public/www-dom/2003JulSep/0236.html
>>
>> Sorry for that oversight.
>
>
> Would it be possible to send the actual answer, in particular
> if it is really short:
>
Sure, the definition of what happens when xml-declaration is set to true
is now as follows:
[[
If a Document, Element, or Entity node is serialized, the
XML declaration, or text declaration, should be included.
The version (Document.xmlVersion if the document is a
Level 3 document and the version is non-null, otherwise
use the value "1.0"), and the output encoding (see
LSSerializer.write for details on how to find the output
encoding) is specified in the serialized XML declaration.
]]
--
jst
Received on Wednesday, 24 September 2003 18:08:04 UTC