r5177: *** empty log message ***
[lml.git] / base.lisp
index 3daf7b418b698c23590e5d77bc2086234edc5d14..5a51d4f31cb694ce04a98839510ef1248be17e6a 100644 (file)
--- a/base.lisp
+++ b/base.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: base.lisp,v 1.21 2003/06/15 07:48:30 kevin Exp $
+;;;; $Id: base.lisp,v 1.23 2003/06/20 08:35:22 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -25,7 +25,7 @@
   "<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"yes\"?>")
 
 (defun xhtml-prologue-string ()
-  "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11\">")
+  "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">")
 
 (defvar *print-spaces* nil)
 (defvar *indent* 0)
     `(let ((,bound-keyargs ,(macroexpand `(bind-all-keyargs ,keyargs))))
       ,(macroexpand `(with-no-endtag-keyargs ,tag ,bound-keyargs)))))
 
+(defmacro jscript (&body body)
+  `(with script :language "JavaScript" :type "text/javascript"
+        ,@body))
+
 (defmacro xhtml-prologue ()
   `(progn
      (lml-format "~A~%" (xml-prologue-string))
       head html title pre tt u dl dt dd kbd code form textarea blockquote
       var strong small samp big cite address dfn em q area del ins
       object param caption col colgroup script noscript))
-  (export '(alink alink-c br hr img input meta link meta-key))
+  (export '(jscript alink alink-c br hr img input meta link meta-key))
   (export *macro-list*))
 
 (loop for i in *macro-list*