X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Fdata.lisp;fp=2%2Fdata.lisp;h=58aee929cf2f455645e9a4f7e771b84acf5660ab;hb=096b456fe920373f3b54fbe47f10f3e41c4fe925;hp=0000000000000000000000000000000000000000;hpb=9191a298494fa0128d7633518d63c566622bee63;p=lml.git diff --git a/2/data.lisp b/2/data.lisp new file mode 100644 index 0000000..58aee92 --- /dev/null +++ b/2/data.lisp @@ -0,0 +1,33 @@ +;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: data.lisp +;;;; Purpose: Lisp Markup Language functions +;;;; Programmer: Kevin M. Rosenberg +;;;; Date Started: Aug 2002 +;;;; +;;;; $Id: data.lisp,v 1.1 2003/06/20 04:12:29 kevin Exp $ +;;;; +;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; +;;;; LML2 users are granted the rights to distribute and use this software +;;;; as governed by the terms of the GNU General Public License v2 +;;;; (http://www.gnu.org/licenses/gpl.html) +;;;; ************************************************************************* + +(in-package #:lml2) + +(defvar *html-stream* *standard-output*) + +(defvar *print-spaces* nil) +(defvar *indent* 0) + +(defun html4-prologue-string () + "") + +(defun xml-prologue-string () + "") + +(defun xhtml-prologue-string () + "")