From: Kevin M. Rosenberg Date: Thu, 26 Dec 2002 12:04:00 +0000 (+0000) Subject: r3663: *** empty log message *** X-Git-Tag: debian-2.11.0-2~218 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=950b15941978620cc869692d107890b6c3dd374e r3663: *** empty log message *** --- diff --git a/views.lisp b/views.lisp index f4f0757..b609ca0 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.18 2002/12/26 11:57:15 kevin Exp $ +;;;; $Id: views.lisp,v 1.19 2002/12/26 12:04:00 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -186,7 +186,7 @@ (error "Slot ~A is not found in class ~S" slot-name obj-cl)) (let* ((name (slot-definition-name slot)) (namestr-lower (string-downcase (symbol-name name))) - (xml-namestring (escape-xml-string namestr-lower)) + (xml-namestr (escape-xml-string namestr-lower)) (xml-tag (escape-xml-string namestr-lower)) (type (slot-value slot 'type)) (print-formatter (esd-print-formatter slot))) @@ -252,6 +252,7 @@ `(,print-formatter (slot-value x (quote ,name))) `(slot-value x (quote ,name))))) (when (and (in category :xml :xhtml :xml-link :xhtml-link + :xml-labels :ie-xml-labels :xhtml-link-labels :xml-link-labels :ie-xml-link :ie-xml-link-labels) (or print-formatter