- From: <bugzilla@jessica.w3.org>
- Date: Wed, 15 Jul 2015 01:31:57 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28948
--- Comment #3 from Michael Kay <mike@saxonica.com> ---
The schema for the method type says it is a union between an xs:string
enumeration of the six specific values xml, html, text, json, etc, and xs:QName
retricted to contain a colon. When two branches of a union have different
whitespace facets, you have to apply different whitespace normalization rules
when testing against each branch of the union (IIRC). So value="xml" doesn't
allow whitespace, but value=" my:method " does. And when it comes to
declare option output:method " Q{uri}method ";
your guess is as good as mine, because it's not in the schema at all. Oh, these
sordid details.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 15 July 2015 01:32:10 UTC