- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 11 Sep 2007 07:16:24 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3896 ------- Comment #2 from jmdyck@ibiblio.org 2007-09-11 07:16 ------- (In reply to comment #0) > > Notation / prodn 2 > [88 (Formal)] AttributeContentUnit ::= EscapeQuot | QuotAttrValueContent > Norm / rule 3 > [Prefix:LocalPart S? = S? " AttributeContentUnits "]_Attribute > Note that these only handle quote-delimited attributes, not > apos-delimited attributes. > > Norm / rule 6 > fn:codepoints-to-string(( Char | CharRef | EscapeQuot | ... )+) > See bug 1629... > You can't just plop down a hunk of element content as the argument in > a function call: it isn't well-formed syntax. E.g., you could get > something like > fn:codepoints-to-string(-0A ) > Instead, you could handle it like 4.7.1 / Norm / rule 5, and introduce > something like []_DirCharsUnit, defined informally. (You can't just > reuse []_DirCharsUnit, because the semantics aren't quite the same.) These two points have been resolved by the fix for Bug 1641 (Erratum E001).
Received on Tuesday, 11 September 2007 07:16:27 UTC