[s-xml-cvs] CVS update: s-xml/src/package.lisp

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Tue Sep 13 18:09:34 UTC 2005


Update of /project/s-xml/cvsroot/s-xml/src
In directory common-lisp.net:/tmp/cvs-serv2248/src

Modified Files:
	package.lisp 
Log Message:
added split-identifier to exports

Date: Tue Sep 13 20:09:34 2005
Author: scaekenberghe

Index: s-xml/src/package.lisp
diff -u s-xml/src/package.lisp:1.3 s-xml/src/package.lisp:1.4
--- s-xml/src/package.lisp:1.3	Tue Aug 30 12:37:06 2005
+++ s-xml/src/package.lisp	Tue Sep 13 20:09:34 2005
@@ -1,6 +1,6 @@
 ;;;; -*- mode: lisp -*-
 ;;;;
-;;;; $Id: package.lisp,v 1.3 2005/08/30 10:37:06 scaekenberghe Exp $
+;;;; $Id: package.lisp,v 1.4 2005/09/13 18:09:34 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).
@@ -34,7 +34,7 @@
    #:*ignore-namespaces* #:*local-namespace* #:*namespaces*
    #:*require-existing-symbols* #:*auto-export-symbols* #:*auto-create-namespace-packages*
    #:find-namespace #:register-namespace
-   #:resolve-identifier #:extend-namespaces #:print-identifier)
+   #: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