- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 22 Jul 2005 04:11:40 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1804
Summary: [FS] editorial: E.1.4.2 Erases
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
E.1.4.2 Erases
Notation
"serialization followed by construction a new data model value"
Insert "of" before "a".
Notation / rule 1 / judgment_form_declaration 1
"statEnv |- Value1 erases to Value2"
It seems like statEnv isn't needed for these judgments.
Sem / rule 4
"statEnv |- Value simply erases to String"
"attribute AttributeName of type TypeName { Value }"
s/Value/SimpleValue/
Sem / rule 8 / conclusion
"processing-instruction QName"
s/QName/NCName/g
Sem / rule 9 / conclusion
"statEnv |- SimpleValue erases to text { String }"
Grammatically, a SimpleValue isn't actually a Value, and so this
doesn't conform to the judgment form declaration.
Received on Friday, 22 July 2005 04:11:43 UTC