In CONVERT-XML-STRING-VALUE, make sure error message has "XML" in it.
authorChris Hanson <org/chris-hanson/cph>
Tue, 10 Aug 2004 01:09:41 +0000 (01:09 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 10 Aug 2004 01:09:41 +0000 (01:09 +0000)
v7/src/xml/xml-struct.scm

index eb77c770a5cb03ba640cbaeea639cd256208a810..2bc037d9abd886cc1f2073b4ae13bfe0f1cd53ca 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: xml-struct.scm,v 1.44 2004/07/19 17:36:48 cph Exp $
+$Id: xml-struct.scm,v 1.45 2004/08/10 01:09:41 cph Exp $
 
-Copyright 2001,2002,2003 Massachusetts Institute of Technology
+Copyright 2001,2002,2003,2004 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -533,7 +533,7 @@ USA.
        ((number? value) (number->string value))
        ((xml-namespace-iri? value) (xml-namespace-iri-string value))
        ((list-of-type? value xml-nmtoken?) (nmtokens->string value))
-       (else (error:wrong-type-datum value "string value"))))
+       (else (error:wrong-type-datum value "XML string value"))))
 
 (define (nmtokens->string nmtokens)
   (if (pair? nmtokens)