r3103: *** empty log message ***
[kmrcl.git] / web-utils-aserve.lisp
index 654866254e07c06fe39b0638a7918b294a166477..6ace751136a96a65b4b326ce73d4f08272bde574 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: web-utils-aserve.lisp,v 1.9 2002/10/18 05:14:49 kevin Exp $
+;;;; $Id: web-utils-aserve.lisp,v 1.10 2002/10/18 07:28:57 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;   (format *html-stream* "Return to <go xml:link=\"simple\" show=\"replace\" href=\"qstr/\">Home</go>")
   `(case ,format
      (:xml
-      (princ-http "<elem xlink:type=\"simple\" xlink:href=\"")
+      (princ-http "<xmllink xlink:type=\"simple\" xlink:href=\"")
       (princ-http ,href)
       (princ-http "\">")
       ,@body
-      (princ-http "</elem>"))
+      (princ-http "</xmllink>"))
      (:ie-xml
       (princ-http "<html:a href=\"")
       (princ-http ,href)