[Bug 9302] [XQuery11] How are output declarations processed?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9302


Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com




--- Comment #3 from Michael Kay <mike@saxonica.com>  2010-05-04 14:54:41 ---
The value in declare option has to be a string literal, so it can't contain
embedded quotes unless they are escaped. One solution to this might be to
generalize "declare option" so the value can be something other than a string
literal, for example (1,2,3), ("abc", "def"), or <a x="y"/>. This would give us
more syntactic possibilities to play with, though I'm not sure what the right
answer would be.

Another possibility is for the value of the use-character-maps property to be
the URL of an XML document that contains the character map using some
well-defined XML vocabulary.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 4 May 2010 14:54:44 UTC