Copyright ©2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use rules apply.
This document lists known errata to the Recommendation. Each entry has the following information:
The example in section 3.8 should have the following canonical form:
<e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else"><e3 xmlns="" id="E3" xml:base="bar/foo" xml:space="preserve"></e3></e1>
(The xml:base
attribute on <e3>
is incorrect in the specification.)
The first sentence of the second paragraph of section 2.1 is changed from:
The first parameter of input to the XML canonicalization method is either an XPath node-set or an octet stream containing a well-formed XML document.
to:
The first parameter of input to the XML canonicalization method is either an octet stream or an XPath node-set. If it is an octet stream, the octet stream must contain a well-formed XML document.