[bknr-cvs] hans changed trunk/bknr/datastore/src/xml-impex/

BKNR Commits bknr at bknr.net
Sun May 23 05:13:41 UTC 2010


Revision: 4549
Author: hans
URL: http://bknr.net/trac/changeset/4549

some more trivial corrections, still not working
U   trunk/bknr/datastore/src/xml-impex/tutorial.lisp
U   trunk/bknr/datastore/src/xml-impex/xml-import.lisp

Modified: trunk/bknr/datastore/src/xml-impex/tutorial.lisp
===================================================================
--- trunk/bknr/datastore/src/xml-impex/tutorial.lisp	2010-05-23 05:12:46 UTC (rev 4548)
+++ trunk/bknr/datastore/src/xml-impex/tutorial.lisp	2010-05-23 05:13:41 UTC (rev 4549)
@@ -35,7 +35,7 @@
 ;;; BKNR to your `asdf:*central-registry*', and load the indices
 ;;; module by evaluating the following form:
 
-(asdf:oos 'asdf:load-op :bknr-impex)
+(asdf:oos 'asdf:load-op :bknr.impex)
 
 ;;; Then switch to the `bknr.impex' package to try out the tutorial.
 

Modified: trunk/bknr/datastore/src/xml-impex/xml-import.lisp
===================================================================
--- trunk/bknr/datastore/src/xml-impex/xml-import.lisp	2010-05-23 05:12:46 UTC (rev 4548)
+++ trunk/bknr/datastore/src/xml-impex/xml-import.lisp	2010-05-23 05:13:41 UTC (rev 4549)
@@ -90,7 +90,7 @@
 		(setf (gethash slot slots) value)))))))
 
 (defmethod importer-finalize ((handler xml-class-importer)
-			    (node xml-node))
+                              (node xml-node))
   (with-slots (data children) node
     (cond
       ((and data





More information about the Bknr-cvs mailing list