From 2b70081c76c46928f09ed50ca531808d0aed2168 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 1 Dec 2003 21:20:09 +0000 Subject: [PATCH] r8293: change argument order --- xml-utils.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml-utils.lisp b/xml-utils.lisp index a9d641e..6ef3bb9 100644 --- a/xml-utils.lisp +++ b/xml-utils.lisp @@ -162,7 +162,7 @@ and position of character following end tag." entities)))) -(defun sgml-header-stream (stream format &key entities (encoding "iso-8859-1") standalone (version "1.0") +(defun sgml-header-stream (format stream &key entities (encoding "iso-8859-1") standalone (version "1.0") top-element (availability "PUBLIC") registered organization (type "DTD") label (language "EN") url) (when (in format :xhtml :xhtml11 :xhtml10-strict :xhtml10-transitional :xhtml10-frameset :xml :docbook) -- 2.34.1