- From: <bugzilla@jessica.w3.org>
 - Date: Tue, 31 Jul 2012 17:33:04 +0000
 - To: public-qt-comments@w3.org
 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15390
Josh Spiegel <josh.spiegel@oracle.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |josh.spiegel@oracle.com
--- Comment #9 from Josh Spiegel <josh.spiegel@oracle.com> 2012-07-31 17:33:03 UTC ---
What happens when serialization is performed and a specified parameter is not
supported by the implementation**.  Please assume that the parameter is
applicable to the output method and the value is valid.  
For example:
   declare option output:method "xml"
   declare option output:indent "yes";
   <a><b/></a>
If the implementation does not support indent, what happens when serialization
is performed? 
I think this is what Dennis was referring to as "incident 1" in Comment 4.  
** 2.2.4: "If an XQuery implementation provides a serialization interface, it
may support (and may expose to users) any of the serialization parameters
listed ..."
-- 
Configure bugmail: https://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, 31 July 2012 17:33:06 UTC