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

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Wed Jun 30 19:09:07 UTC 2004


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

Modified Files:
	package.lisp 
Log Message:
added some exports (get-attribute[s])

Date: Wed Jun 30 12:09:07 2004
Author: scaekenberghe

Index: s-xml/src/package.lisp
diff -u s-xml/src/package.lisp:1.1.1.1 s-xml/src/package.lisp:1.2
--- s-xml/src/package.lisp:1.1.1.1	Mon Jun  7 11:49:57 2004
+++ s-xml/src/package.lisp	Wed Jun 30 12:09:06 2004
@@ -1,6 +1,6 @@
 ;;;; -*- mode: lisp -*-
 ;;;;
-;;;; $Id: package.lisp,v 1.1.1.1 2004/06/07 18:49:57 scaekenberghe Exp $
+;;;; $Id: package.lisp,v 1.2 2004/06/30 19:09:06 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).
@@ -29,6 +29,7 @@
    #:print-xml-dom #:print-xml #:print-xml-string
    ;; xml-element structure
    #:make-xml-element #:xml-element-children #:xml-element-name 
+   #:xml-element-attribute #:xml-element-attributes
    #:xml-element-p #:new-xml-element #:first-xml-element-child)
   (: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