X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=strings.lisp;h=9d8620e1a426ebf8daa916a616ba30f7e837cc85;hp=e735640189e2aa48582c8cd8b7d191dce697bb50;hb=45326a2fd9e7761899d593d7f528abf455453b0b;hpb=0b55b495d74fc4fe1eea77acc4758ed6241aa3c8 diff --git a/strings.lisp b/strings.lisp index e735640..9d8620e 100644 --- a/strings.lisp +++ b/strings.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: strings.lisp,v 1.33 2003/05/17 07:34:45 kevin Exp $ +;;;; $Id: strings.lisp,v 1.34 2003/05/26 21:43:05 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -201,9 +201,7 @@ list of characters and replacement strings." (defun escape-xml-string (string) "Escape invalid XML characters" - (substitute-chars-strings - string '((#\& . "&") (#\> . ">") (#\< . "<") (#\" . """)))) - + (substitute-chars-strings string '((#\& . "&") (#\< . "<")))) (defun make-usb8-array (len) (make-array len :adjustable nil