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

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





--- Comment #10 from Henry Zongaro <zongaro@ca.ibm.com>  2010-07-06 13:06:59 ---
The story thus far:  at the joint XQuery/XSL call of 8 June 2010,[4] the
working groups decided that a "file format" similar to the following example
(the second example of comment #9) would be preferred.

<ser:parameters xmlns:ser="http://www.w3.org/2010/xslt-xquery-serialization"
       ser-rec-version="1.1">
  <ser:method value="xml"/>
  <ser:indent value="yes"/>
  <ser:omit-xml-declaration value="no"/>
  <ser:use-character-maps>
    <ser:character-map character="~" map-string=">"/>
    <ser:character-map character="!" map-string="&lt;"/>
  </ser:use-character-maps>
</ser:parameters>

A more formal proposal and ensuing discussion began with [5].

Member-only links:
[4] http://lists.w3.org/Archives/Member/w3c-xsl-query/2010Jun/0034.html
[5] http://lists.w3.org/Archives/Member/w3c-xsl-query/2010Jun/0151.html

-- 
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, 6 July 2010 13:07:01 UTC