X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=data.lisp;h=3d4c3985322ff3837415e5efe325d5925dbbcc78;hp=58aee929cf2f455645e9a4f7e771b84acf5660ab;hb=8b8f883cca7933fc7d87ffbad77f60f028ff925e;hpb=a5621a5bf235313916f437a55d9998418ee26f5a diff --git a/data.lisp b/data.lisp index 58aee92..3d4c398 100644 --- a/data.lisp +++ b/data.lisp @@ -7,13 +7,11 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: data.lisp,v 1.1 2003/06/20 04:12:29 kevin Exp $ +;;;; $Id: data.lisp,v 1.3 2003/07/12 17:54:05 kevin Exp $ ;;;; -;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of LML2, is Copyright (c) 2000-2003 by Kevin Rosenberg. +;;;; Rights of modification and redistribution are in the LICENSE file. ;;;; -;;;; 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) @@ -23,11 +21,20 @@ (defvar *print-spaces* nil) (defvar *indent* 0) -(defun html4-prologue-string () - "") - -(defun xml-prologue-string () +(defvar +xml-prologue-string+ "") -(defun xhtml-prologue-string () +(defvar +html4-dtd-string+ + "") + +(defvar +xhtml11-dtd-string+ "") + +(defvar +xhtml10-strict-dtd-string+ + "") + +(defvar +xhtml10-transitional-dtd-string+ + "") + +(defvar +xhtml10-frameset-dtd-string+ + "")