From: Kevin M. Rosenberg Date: Mon, 1 Dec 2003 21:20:09 +0000 (+0000) Subject: r8293: change argument order X-Git-Tag: v1.96~105 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=2b70081c76c46928f09ed50ca531808d0aed2168 r8293: change argument order --- 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)