This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16745 - [FO30] Incorrect example of fn:serialize()
Summary: [FO30] Incorrect example of fn:serialize()
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.0 (show other bugs)
Version: Proposed Edited Recommendation
Hardware: PC All
: P2 minor
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-16 08:48 UTC by Michael Kay
Modified: 2012-05-15 17:20 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Kay 2012-04-16 08:48:00 UTC
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>
Comment 1 Michael Kay 2012-05-15 17:20:38 UTC
Fixed.