-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:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user