From dlichteblau at common-lisp.net Sat Jun 16 09:41:22 2007 From: dlichteblau at common-lisp.net (dlichteblau) Date: Sat, 16 Jun 2007 05:41:22 -0400 (EDT) Subject: [cxml-cvs] CVS cxml/klacks Message-ID: <20070616094122.C43CD6200B@common-lisp.net> Update of /project/cxml/cvsroot/cxml/klacks In directory clnet:/tmp/cvs-serv29486 Modified Files: klacks-impl.lisp Log Message: do what the documentation says and allow an octets argument to make-source --- /project/cxml/cvsroot/cxml/klacks/klacks-impl.lisp 2007/05/06 11:28:13 1.10 +++ /project/cxml/cvsroot/cxml/klacks/klacks-impl.lisp 2007/06/16 09:41:22 1.11 @@ -162,7 +162,9 @@ :entity-name "main document" :entity-kind :main :uri nil)) - (apply #'make-source xstream args))))) + (apply #'make-source xstream args))) + (array + (make-source (cxml::make-octet-input-stream input))))) (defun %make-source (input &key validate dtd root entity-resolver disallow-internal-subset From dlichteblau at common-lisp.net Sat Jun 16 09:42:06 2007 From: dlichteblau at common-lisp.net (dlichteblau) Date: Sat, 16 Jun 2007 05:42:06 -0400 (EDT) Subject: [cxml-cvs] CVS cxml/xml Message-ID: <20070616094206.53A8A6F248@common-lisp.net> Update of /project/cxml/cvsroot/cxml/xml In directory clnet:/tmp/cvs-serv29603/xml Modified Files: unparse.lisp Log Message:
  • Serialization no longer defaults to canonical form.
  • --- /project/cxml/cvsroot/cxml/xml/unparse.lisp 2007/05/01 20:07:00 1.13 +++ /project/cxml/cvsroot/cxml/xml/unparse.lisp 2007/06/16 09:42:06 1.14 @@ -72,7 +72,7 @@ (defclass sink () ((ystream :initarg :ystream :accessor sink-ystream) (width :initform 79 :initarg :width :accessor width) - (canonical :initform t :initarg :canonical :accessor canonical) + (canonical :initform nil :initarg :canonical :accessor canonical) (indentation :initform nil :initarg :indentation :accessor indentation) (current-indentation :initform 0 :accessor current-indentation) (notations :initform (make-buffer :element-type t) :accessor notations) From dlichteblau at common-lisp.net Sat Jun 16 09:42:06 2007 From: dlichteblau at common-lisp.net (dlichteblau) Date: Sat, 16 Jun 2007 05:42:06 -0400 (EDT) Subject: [cxml-cvs] CVS cxml/doc Message-ID: <20070616094206.90FE86F243@common-lisp.net> Update of /project/cxml/cvsroot/cxml/doc In directory clnet:/tmp/cvs-serv29603/doc Modified Files: index.xml Log Message:
  • Serialization no longer defaults to canonical form.
  • --- /project/cxml/cvsroot/cxml/doc/index.xml 2007/05/26 21:55:58 1.8 +++ /project/cxml/cvsroot/cxml/doc/index.xml 2007/06/16 09:42:06 1.9 @@ -57,6 +57,11 @@

    Recent Changes

    +

    rel-2007-mm-dd

    +

    rel-2007-05-26