[Bug 16311] newlines are an integral part of text mode serialization too

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16311

Christian Gruen <christian.gruen@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christian.gruen@gmail.com

--- Comment #1 from Christian Gruen <christian.gruen@gmail.com> 2012-03-11 12:06:20 UTC ---
I've looked up the XQuery Serialization Spec.: Step 3 in Section 2, "Sequence
Normalization", contains the sub-sentence "separated by a single space", which
would probably have to be extended to take an additional serialization
parameter into account. An XQuery 3.0 expression that uses the parameter could
e.g. look as follows:

  declare option output:separator "&#10;";
  (1 to 10)

Opinions are welcome.

-- 
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 Sunday, 11 March 2012 12:06:24 UTC