X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=no-mop-example.lisp;h=88d5a8819aaef83f9926d00310b806056a63648e;hb=e33b1d6f19c4a011cfce8c796df00f2d066cfd90;hp=c120c21247fa4482d29c77b22434f709e61d7ac7;hpb=7ffe31bff2d7daa3df28ed34fe439f7e541ffbb5;p=hyperobject.git diff --git a/no-mop-example.lisp b/no-mop-example.lisp index c120c21..88d5a88 100644 --- a/no-mop-example.lisp +++ b/no-mop-example.lisp @@ -11,18 +11,18 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: no-mop-example.lisp,v 1.1 2002/11/22 15:45:06 kevin Exp $ +;;;; $Id: no-mop-example.lisp,v 1.3 2002/11/23 18:41:45 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* -(in-package :hyperobject-user) +(in-package :hyperobject-no-mop-user) (define-hyperobject person () ((first-name :type string :reference find-person-by-last-name) (last-name :type string) - (dob :type integer :initform 0 :format-func format-date) + (dob :type integer :initform 0 :print-formatter format-date) (resume :type cdata) (addresses :subobject t)) (:title "Person")