[cxml-cvs] CVS update: cxml/XMLCONF

David Lichteblau dlichteblau at common-lisp.net
Sun Nov 27 18:20:11 UTC 2005


Update of /project/cxml/cvsroot/cxml
In directory common-lisp.net:/tmp/cvs-serv8375

Modified Files:
	XMLCONF 
Log Message:
Hmm.  Auf U+ffff und dergleichen wurde durch data-rune-p geprueft,
das aber eben nicht ueberall benutzt wurde.  Ich habe die Pruefung
jetzt mal direkt im Decoding eingebaut.

-xmltest/not-wf/sa/171.xml [not validating:] FAILED:
-  well-formedness violation not detected
-[
-    Character FFFF is not legal anywhere in an XML document. ]

Date: Sun Nov 27 19:20:09 2005
Author: dlichteblau

Index: cxml/XMLCONF
diff -u cxml/XMLCONF:1.31 cxml/XMLCONF:1.32
--- cxml/XMLCONF:1.31	Sun Nov 27 18:34:22 2005
+++ cxml/XMLCONF	Sun Nov 27 19:20:08 2005
@@ -168,10 +168,7 @@
 xmltest/not-wf/sa/168.xml [not validating:] not-wf [validating:] invalid
 xmltest/not-wf/sa/169.xml [not validating:] not-wf [validating:] invalid
 xmltest/not-wf/sa/170.xml [not validating:] not-wf [validating:] invalid
-xmltest/not-wf/sa/171.xml [not validating:] FAILED:
-  well-formedness violation not detected
-[
-    Character FFFF is not legal anywhere in an XML document. ]
+xmltest/not-wf/sa/171.xml [not validating:] not-wf [validating:] not-wf
 xmltest/not-wf/sa/172.xml [not validating:] not-wf [validating:] not-wf
 xmltest/not-wf/sa/173.xml [not validating:] not-wf [validating:] not-wf
 xmltest/not-wf/sa/174.xml [not validating:] not-wf [validating:] invalid
@@ -1856,4 +1853,4 @@
 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
-14/1786 tests failed; 376 tests were skipped
\ No newline at end of file
+13/1786 tests failed; 376 tests were skipped
\ No newline at end of file




More information about the Cxml-cvs mailing list