- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 20 Jul 2005 01:18:10 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1770
Summary: [FS] editorial: 8.1.3, 8.1.4:
statEnv.attrDecl(AttributeName)
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Formal Semantics
AssignedTo: simeon@us.ibm.com
ReportedBy: jmdyck@ibiblio.org
QAContact: public-qt-comments@w3.org
8.1.3 Element and attribute name lookup (Dynamic)
8.1.4 Element and attribute type lookup (Static)
8.1.3 / Sem 2 / rule 1 / premise 1
8.1.4 / Sem 2 / rule [12] / premise 1
"statEnv.attrDecl(AttributeName)"
attrDecl's domain is expanded QNames, but AttributeName is a QName.
In each case, change
statEnv.attrDecl(AttributeName)
to
statEnv.attrDecl(expanded-QName)
and add
statEnv |- AttributeName of attr expands to expanded-QName
(leftover from last year, comment #199)
Received on Wednesday, 20 July 2005 01:18:14 UTC