[cxml-cvs] CVS update: cxml/test/xmlconf.lisp
David Lichteblau
dlichteblau at common-lisp.net
Sun Nov 27 21:02:59 UTC 2005
Update of /project/cxml/cvsroot/cxml/test
In directory common-lisp.net:/tmp/cvs-serv20698/test
Modified Files:
xmlconf.lisp
Log Message:
namespace-tests an
Date: Sun Nov 27 22:02:58 2005
Author: dlichteblau
Index: cxml/test/xmlconf.lisp
diff -u cxml/test/xmlconf.lisp:1.6 cxml/test/xmlconf.lisp:1.7
--- cxml/test/xmlconf.lisp:1.6 Sun Nov 27 01:58:06 2005
+++ cxml/test/xmlconf.lisp Sun Nov 27 22:02:58 2005
@@ -18,7 +18,8 @@
((not (and (let ((version (get-attribute test "RECOMMENDATION")))
(cond
((or (equal version "") ;XXX
- (equal version "XML1.0"))
+ (equal version "XML1.0")
+ (equal version "NS1.0"))
(cond
((equal (get-attribute test "NAMESPACE") "no")
(format t "~A: test applies to parsers without namespace support, skipping~%"
More information about the Cxml-cvs
mailing list