[s-xml-cvs] CVS update: s-xml/src/package.lisp
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Wed Sep 21 17:06:24 UTC 2005
Update of /project/s-xml/cvsroot/s-xml/src
In directory common-lisp.net:/tmp/cvs-serv31377/src
Modified Files:
package.lisp
Log Message:
added some more exports
Date: Wed Sep 21 19:06:24 2005
Author: scaekenberghe
Index: s-xml/src/package.lisp
diff -u s-xml/src/package.lisp:1.4 s-xml/src/package.lisp:1.5
--- s-xml/src/package.lisp:1.4 Tue Sep 13 20:09:34 2005
+++ s-xml/src/package.lisp Wed Sep 21 19:06:24 2005
@@ -1,6 +1,6 @@
;;;; -*- mode: lisp -*-
;;;;
-;;;; $Id: package.lisp,v 1.4 2005/09/13 18:09:34 scaekenberghe Exp $
+;;;; $Id: package.lisp,v 1.5 2005/09/21 17:06:24 scaekenberghe Exp $
;;;;
;;;; This is a Common Lisp implementation of a very basic XML parser.
;;;; The parser is non-validating and not at all complete (no CDATA).
@@ -33,7 +33,7 @@
;; namespaces
#:*ignore-namespaces* #:*local-namespace* #:*namespaces*
#:*require-existing-symbols* #:*auto-export-symbols* #:*auto-create-namespace-packages*
- #:find-namespace #:register-namespace
+ #:find-namespace #:register-namespace #:get-prefix #:get-uri #:get-package
#:resolve-identifier #:extend-namespaces #:print-identifier #:split-identifier)
(:documentation
"A simple XML parser with an efficient, purely functional, event-based interface as well as a DOM interface"))
More information about the S-xml-cvs
mailing list