r8263: rename entities.xml to entities.inc
[hyperobject.git] / views.lisp
index 820556800fce09101bc6ee51165f71d41a41f10d..7a464d9df02ad3388fa492536c029c945e70fe0e 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: views.lisp,v 1.62 2003/07/19 20:32:48 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg
 ;;;; *************************************************************************
                       (funcall formatter slot-data)
                       slot-data)))
     (if cdata
-       (write-xml-cdata fmt-data strm)
+       (write-cdata fmt-data strm)
        (write-simple fmt-data strm))))
 
 (defun ppfc-html (title name type formatter cdata print-func)