-ibm/not-wf/P10/ibm10n01.xml [not-wf?] FAILED:

-  well-formedness violation not detected
-[
-    Tests an attribute with an invalid value. The value of the attribute "first
"
-    contains the character "less than".
-  ]
-ibm/not-wf/P10/ibm10n05.xml [not-wf?] FAILED:
-  well-formedness violation not detected
-[
-    Tests an attribute with an invalid value. The value of the attribute "first
"
-    contains the character "less than".
-  ]
This commit is contained in:
dlichteblau
2005-11-27 00:33:54 +00:00
parent f5ce3f7b17
commit 36175ea81d
2 changed files with 6 additions and 16 deletions

View File

@ -1368,9 +1368,7 @@
(rune= c #/U+000A)
(rune= c #/U+000D))))
(consume-rune input))
(cons name (read-att-value-2 input))
;;(cons name (read-att-value zinput input :ATT t))
))
(cons name (read-att-value-2 input))))
(defun canon-not-cdata-attval (value)
;; | If the declared value is not CDATA, then the XML processor must
@ -3283,6 +3281,8 @@
(error "EOF"))
((rune= c delim)
(return))
((rune= c #/<)
(wf-error "'<' not allowed in attribute values"))
((rune= #/& c)
(multiple-value-bind (kind sem) (read-entity-ref input)
(ecase kind