Update of /project/cl-soap/cvsroot/cl-soap/src In directory common-lisp.net:/tmp/cvs-serv27780/src
Modified Files: namespaces.lisp Log Message: exporting 'type' from :xsi
Date: Thu Oct 6 13:06:57 2005 Author: scaekenberghe
Index: cl-soap/src/namespaces.lisp diff -u cl-soap/src/namespaces.lisp:1.8 cl-soap/src/namespaces.lisp:1.9 --- cl-soap/src/namespaces.lisp:1.8 Tue Sep 27 18:25:17 2005 +++ cl-soap/src/namespaces.lisp Thu Oct 6 13:06:56 2005 @@ -1,6 +1,6 @@ ;;;; -*- mode: lisp -*- ;;;; -;;;; $Id: namespaces.lisp,v 1.8 2005/09/27 16:25:17 scaekenberghe Exp $ +;;;; $Id: namespaces.lisp,v 1.9 2005/10/06 11:06:56 scaekenberghe Exp $ ;;;; ;;;; Definition of some standard XML namespaces commonly needed for SOAP ;;;; @@ -48,7 +48,7 @@
(defpackage :xsi (:nicknames "xsi") - (:export "null") + (:export "null" "type") (:documentation "Package for symbols in the XML Schema Instance XML Namespace"))
(defparameter *xsi-ns* (s-xml:register-namespace +xsi-ns-uri+ "xsi" :xsi))