-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

@ -992,12 +992,7 @@ ibm/not-wf/P12/ibm12n03.xml [not-wf?] not-wf
ibm/not-wf/P13/ibm13n01.xml [not-wf?] not-wf
ibm/not-wf/P13/ibm13n02.xml [not-wf?] not-wf
ibm/not-wf/P13/ibm13n03.xml [not-wf?] not-wf
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 "[[>".
]
ibm/not-wf/P14/ibm14n01.xml [not-wf?] not-wf
ibm/not-wf/P14/ibm14n02.xml [not-wf?] not-wf
ibm/not-wf/P14/ibm14n03.xml [not-wf?] not-wf
ibm/not-wf/P15/ibm15n01.xml [not-wf?] not-wf
@ -1823,4 +1818,4 @@ ibm/valid/P86/ibm86v01.xml [not validating:] input [validating:] input
ibm/valid/P87/ibm87v01.xml [not validating:] input [validating:] input
ibm/valid/P88/ibm88v01.xml [not validating:] input [validating:] input
ibm/valid/P89/ibm89v01.xml [not validating:] input [validating:] input
7/1786 tests failed; 376 tests were skipped
6/1786 tests failed; 376 tests were skipped

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))