About this document
This document lists known errata to the Recommendation.
Each entry has the following information:
- A unique identifier
- The date it was added to the errata page
- A classification of the error (e.g., editorial, clarification,
bug, known problem with the document itself)
- A short description of the problem and what part of the
Recommendation is affected.
- Any proposed corrections and whether those corrections would
affect conformance of documents or software
- Any normative corrections; see the section on Errata
Management in the W3C Process Document ([PROCESS]
section 7.6.1) for more information about normative corrections
Known Errors
E11-01: Correction to example in 3.8
- Added:
- 2008-09-16
- Accepted:
- XML
Security WG Meeting Record, 2008-08-26
- Raised:
- http://lists.w3.org/Archives/Public/public-xmlsec-maintwg/2008Jun/0021.html
- Class:
- editorial
- Affects conformance:
- No
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.)