[Bug 16745] New: [FO30] Incorrect example of fn:serialize()

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

           Summary: [FO30] Incorrect example of fn:serialize()
           Product: XPath / XQuery / XSLT
           Version: Proposed Edited Recommendation
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators 3.0
        AssignedTo: mike@saxonica.com
        ReportedBy: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


fn:serialize is illustrated with the example parameter document:

<output:serialization-parameters>
  <output:omit-xml-declaration>yes</output:omit-xml-declaration>
</output:serialization-parameters>

However the format defined in the serialization spec is

<output:serialization-parameters>
  <output:omit-xml-declaration value="yes"/>
</output:serialization-parameters>

-- 
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 Monday, 16 April 2012 08:48:07 UTC