-ibm/not-wf/P14/ibm14n01.xml [not-wf?] FAILED:

-  well-formedness violation not detected
-[
-    Tests CharData. The content of the element "student" contains the
-    character "[[>".
-  ]
This commit is contained in:
dlichteblau
2005-11-27 00:36:47 +00:00
parent 36175ea81d
commit 78c680884a
2 changed files with 4 additions and 7 deletions

View File

@ -2671,6 +2671,8 @@
(p/content input))
((:CDATA)
(consume-token input)
(when (search #"]]>" sem)
(wf-error "']]>' not allowed in CharData"))
(validate-characters *ctx* sem)
(sax:characters (handler *ctx*) sem)
(p/content input))