
19 Feb
2008
19 Feb
'08
6:53 p.m.
Update of /project/cxml/cvsroot/cxml/xml In directory clnet:/tmp/cvs-serv2761 Modified Files: xml-parse.lisp Log Message: fixed PARSE for non-file-streams --- /project/cxml/cvsroot/cxml/xml/xml-parse.lisp 2008/02/08 21:43:13 1.77 +++ /project/cxml/cvsroot/cxml/xml/xml-parse.lisp 2008/02/19 18:53:06 1.78 @@ -3113,8 +3113,9 @@ (make-stream-name :entity-name "main document" :entity-kind :main - :uri (pathname-to-uri - (merge-pathnames (or pathname (pathname input)))))) + :uri (if pathname + (pathname-to-uri (merge-pathnames pathname)) + (safe-stream-sysid input)))) (apply #'parse-xstream xstream handler args)))))) (defun parse-xstream (xstream handler &rest args)
6342
Age (days ago)
6342
Last active (days ago)
0 comments
1 participants
participants (1)
-
dlichteblau