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 5177 - 3.3 SML-IF Documents must be XML 1.0 - change to >= 1.0
Summary: 3.3 SML-IF Documents must be XML 1.0 - change to >= 1.0
Status: RESOLVED FIXED
Alias: None
Product: SML
Classification: Unclassified
Component: Interchange Format (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: LC
Assignee: Kumar Pandit
QA Contact: SML Working Group discussion list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 20:53 UTC by John Arwe
Modified: 2007-10-19 23:36 UTC (History)
0 users

See Also:


Attachments

Description John Arwe 2007-10-10 20:53:59 UTC
SMLIF's XML 1.0 requirement is currently phrased as floor=ceiling.
Should be floor=1.0, ceiling=unconstrained, as discussed at the August f2f.

current text:
An SML-IF document MUST:
    *      conform to XML [XML] specification.
    *      be valid under the XML Schema given in Appendix A.

Proposal: change this to 
An SML-IF document MUST conform to XML [XML] specification.  However, conforming implementations MAY additionally support later versions of the XML, XML Schema, Schematron or XPath specifications.
An SML-IF document MUST be valid under the XML Schema given in Appendix A.
Comment 1 Virginia Smith 2007-10-16 16:28:33 UTC
Discussed 10/16/07 f2f and agreed to move to editorial.
Comment 2 Kumar Pandit 2007-10-19 23:34:49 UTC
The proposed text was:
An SML-IF document MUST conform to XML [XML] specification.  However,
conforming implementations MAY additionally support later versions of the XML,
XML Schema, Schematron or XPath specifications.

actual change:
An SML-IF document MUST conform to XML [XML] specification.  However,
conforming implementations MAY additionally support later versions of the XML specification.

I have opened bug# 5215 to handle the schema/schematron/xpath issue.