CARVIEW |
Select Language
HTTP/2 200
date: Thu, 09 Oct 2025 19:59:40 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
content-location: xml-id-errata.html
vary: negotiate,Accept-Encoding
tcn: choice
last-modified: Wed, 10 Mar 2010 15:42:33 GMT
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 01:59:39 GMT
x-backend: www-mirrors
x-request-id: 98c075b14a86c1b8
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: BYPASS
set-cookie: __cf_bm=8LPX_tCm4ZkAtXECZ4vOUmi.zkhJIh_wB2qGpA6IL1g-1760039980-1.0.1.1-A3YBZTqpGXeNAi5oaaV6Dp0T3cRiVHGXXjRRVKdirQY.0j.pg4J469UlTG_0zIUA7whZrsZu5AgjIxYMc1Cedcwy6t3Gd9n3EsE8DyHmFFs; path=/; expires=Thu, 09-Oct-25 20:29:40 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98c075b14a86c1b8-BLR
alt-svc: h3=":443"; ma=86400
xml:id 1.0 Errata
xml:id Version 1.0 Errata
- This document:
- https://www.w3.org/2005/09/xml-id-errata.html
- Last revised:
- $Date: 2010/03/10 15:42:33 $
- This document records known errors in the document:
- https://www.w3.org/TR/xml-id/
Copyright ©2005 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use rules apply.
About this document
This document lists known errata to the Recommendation. Each entry has the following information:
- A unique entry number
- 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
Substantive Errata
Errata as of 2010-03-10
E03
- Section D.1 With DTD Validation
Change the third paragraph (immediately after the example) to read as follows:
xml:id
attributes have no special status as far as XML validity is concerned. For a document containing them to be valid, the attribute must be declared in the DTD. DTD authors are encouraged to declare attributes namedxml:id
with the typeID
. A document that usesxml:id
attributes that have a declared type other thanID
will always generate xml:id errors.
E02
- Section D.2 With XML Schema Validation
Change the third paragraph (immediately after the example) to read as follows:
xml:id
attributes have no special status as far as schema-validity is concerned. For a document containing them to be schema-valid, the attribute must be declared in the schema. XML Schema authors are encouraged to declare attributes namedxml:id
with the typexs:ID
. A document that usesxml:id
attributes that have a declared type other thanxs:ID
will always generate xml:id errors whenever xml:id processing takes place after schema-validity assessment and can and does access type information in the PSVI.- Section D.3 With RELAX NG Validation
Change the third paragraph (immediately after the example) to read as follows:
xml:id
attributes have no special status as far as RELAX NG is concerned. For a document containing them to be valid, the attribute must be declared in the schema. RELAX NG Grammar authors are encouraged to declare attributes namedxml:id
with the typexs:ID
. A document that uses xml:id attributes that have a declared type other than xs:ID will always generate xml:id errors.
Rationale
The order of xml:id processing wrt schema validation is not determined, and RELAX NG has no notion of type assignment.
Editorial Errata
Errata as of 2009-10-06
E01
- Section E Attribute Value Normalization on IDs (Non-Normative)
Change the second paragraph to read as follows:
The xml:id processor has to assure that both steps of normalization are performed on all attributes named
xml:id
. In particular, the parser may not have performed the additional normalization steps required for attributes of type ID because the attribute may not be declared or may not be declared as an ID.