This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 812 - entitygetxmlversion03 requires null xmlVersion
Summary: entitygetxmlversion03 requires null xmlVersion
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-26 03:04 UTC by Andrew Clover
Modified: 2004-06-26 07:04 UTC (History)
0 users

See Also:


Attachments

Description Andrew Clover 2004-06-26 03:04:00 UTC
The DOM Level 3 Core test entitygetxmlversion03 checks that the xmlVersion of an
external entity which does not have a text declaration is null.

However, Core only specifies that xmlVersion is null when the Entity is not an
external parsed entity. It does not mention what should happen in the case of an
external parsed entity with no text declaration; however by analogy with the
treatment of Document.xmlVersion one might expect 1.0.