- From: <bugzilla@jessica.w3.org>
- Date: Tue, 11 Dec 2012 22:52:28 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20060
Michael Kay <mike@saxonica.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |mike@saxonica.com
Resolution|--- |FIXED
--- Comment #2 from Michael Kay <mike@saxonica.com> ---
I think you probably have an argument here. The spec says:
The components in the schema constructed from the synthetic schema document
(see 3.16 Importing Schema Components) will always be available for validating
constructed nodes; if additional schema components are needed, they may be
located in other ways, for example implicitly from knowledge of the namespace
in which the elements and attributes appear, or using the xsi:schemaLocation
attribute of elements within the tree being validated.
In other words, if we want to ensure interoperable behaviour, we need to have
an xsl:import-schema declaration for the schema components needed for
validation.
It seems to me rather restrictive for a product to allow validation only
against a schema that is known statically, but it seems clear from the spec
that a conformant product is allowed to impose this restriction.
So I have changed the tests accordingly.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 11 December 2012 22:52:33 UTC