From dlichteblau at common-lisp.net Tue Aug 16 15:01:25 2005 From: dlichteblau at common-lisp.net (David Lichteblau) Date: Tue, 16 Aug 2005 17:01:25 +0200 (CEST) Subject: [cxml-cvs] CVS update: cxml/xml/xml-parse.lisp Message-ID: <20050816150125.0975288544@common-lisp.net> Update of /project/cxml/cvsroot/cxml/xml In directory common-lisp.net:/tmp/cvs-serv4527 Modified Files: xml-parse.lisp Log Message: pfade decodieren? Date: Tue Aug 16 17:01:25 2005 Author: dlichteblau Index: cxml/xml/xml-parse.lisp diff -u cxml/xml/xml-parse.lisp:1.4 cxml/xml/xml-parse.lisp:1.5 --- cxml/xml/xml-parse.lisp:1.4 Wed Apr 20 21:58:07 2005 +++ cxml/xml/xml-parse.lisp Tue Aug 16 17:01:24 2005 @@ -1270,11 +1270,13 @@ ((rune= #// d) (let ((c (peek-rune input))) (cond ((name-start-rune-p c) + (ensure-dtd) ;fixme (read-tag-2 zinput input :etag)) (t (error "Expecting name start rune after \" Update of /project/cxml/cvsroot/cxml/xml In directory common-lisp.net:/tmp/cvs-serv4658 Modified Files: xml-parse.lisp Log Message: oops, revert Date: Tue Aug 16 17:03:05 2005 Author: dlichteblau Index: cxml/xml/xml-parse.lisp diff -u cxml/xml/xml-parse.lisp:1.5 cxml/xml/xml-parse.lisp:1.6 --- cxml/xml/xml-parse.lisp:1.5 Tue Aug 16 17:01:24 2005 +++ cxml/xml/xml-parse.lisp Tue Aug 16 17:03:05 2005 @@ -1270,13 +1270,11 @@ ((rune= #// d) (let ((c (peek-rune input))) (cond ((name-start-rune-p c) - (ensure-dtd) ;fixme (read-tag-2 zinput input :etag)) (t (error "Expecting name start rune after \"