- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 24 Jun 2009 12:53:28 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7055
Summary: URI References for error codes
Product: XPath / XQuery / XSLT
Version: Proposed Edited Recommendation
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XPath
AssignedTo: jonathan.robie@redhat.com
ReportedBy: davidc@nag.co.uk
QAContact: public-qt-comments@w3.org
the xpath and xquery documents (REC and also the PER 2nd edition documents)
have the text
An error can be represented by a URI reference that is derived from the error
QName as follows: an error with namespace URI NS and local part LP can be
represented as the URI reference NS#LP. For example, an error whose QName is
err:XPST0017 could be represented as
http://www.w3.org/2005/xqt-errors#XPST0017.
However that example URI reference (and all similar ones) is a bad link as
the document returned by the URI http://www.w3.org/2005/xqt-errors doesn't
have an id or name anchor of XPST0017
Although I've raised this as an issue on the specs it can easily be fixed
by editing http://www.w3.org/2005/xqt-errors which is less of a problem as it
is not in TR space so can can be edited in place.
Basically just want to add an id to every dt as in:
<dt><a href=
"http://www.w3.org/TR/xpath20/#ERRXPST0017">err:XPST0017</a></dt>
<dt id="XPST0017"><a href=
"http://www.w3.org/TR/xpath20/#ERRXPST0017">err:XPST0017</a></dt>
David
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 24 June 2009 12:53:37 UTC