[cxml-cvs] CVS update: cxml/xml/xml-parse.lisp
David Lichteblau
dlichteblau at common-lisp.net
Sun Nov 27 00:28:30 UTC 2005
Update of /project/cxml/cvsroot/cxml/xml
In directory common-lisp.net:/tmp/cvs-serv25974/xml
Modified Files:
xml-parse.lisp
Log Message:
noch ein p/name
-oasis/p76fail4.xml [not-wf?] FAILED:
- well-formedness violation not detected
-[
- notation names are Names
- ]
Date: Sun Nov 27 01:28:29 2005
Author: dlichteblau
Index: cxml/xml/xml-parse.lisp
diff -u cxml/xml/xml-parse.lisp:1.14 cxml/xml/xml-parse.lisp:1.15
--- cxml/xml/xml-parse.lisp:1.14 Sun Nov 27 01:27:00 2005
+++ cxml/xml/xml-parse.lisp Sun Nov 27 01:28:29 2005
@@ -2251,7 +2251,7 @@
(let (name id)
(expect input :|<!NOTATION|)
(p/S input)
- (setf name (p/nmtoken input))
+ (setf name (p/name input))
(p/S input)
(setf id (p/external-id input t))
(p/S? input)
More information about the Cxml-cvs
mailing list