- From: Gregor Karlinger <gregor.karlinger@iaik.at>
- Date: Mon, 9 Apr 2001 16:41:01 +0200
- To: "Joseph M. Reagle Jr." <reagle@w3.org>
- Cc: "XML" <w3c-ietf-xmldsig@w3.org>
Joseph,
I think in section 4.3.3.3 of both [1] and [2] the XPointer expression
for selecting an element by an identifier while retaining comments
(last paragraph) is misspelled:
#xpointer(id("ID"))
This is not allowed, since the quotation marks are not valid characters
for the fragment part of a URI according to RFC 2396. It should be
changed into
#xpointer(id('ID'))
This applies also to section 4.3.3.2., 7th paragraph.
---
[1] http://www.w3.org/TR/xmldsig-core/
[2] http://www.w3.org/Signature/Drafts/xmldsig-core/
Regards, Gregor
---------------------------------------------------------------
DI Gregor Karlinger
mailto:gregor.karlinger@iaik.at
http://www.iaik.at
Phone +43 316 873 5541
Institute for Applied Information Processing and Communications
Austria
---------------------------------------------------------------
Received on Monday, 9 April 2001 10:35:17 UTC