projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8724605
)
Canonicalize strings in element content.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 3 Nov 2003 21:31:23 +0000
(21:31 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 3 Nov 2003 21:31:23 +0000
(21:31 +0000)
v7/src/xml/xml-struct.scm
patch
|
blob
|
history
diff --git
a/v7/src/xml/xml-struct.scm
b/v7/src/xml/xml-struct.scm
index dc0c831885275199ce87540c458edac80c360a5c..18cd3f1dcb7d923f5e2069df4741b8e5f8880e7a 100644
(file)
--- a/
v7/src/xml/xml-struct.scm
+++ b/
v7/src/xml/xml-struct.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: xml-struct.scm,v 1.3
8 2003/09/30 02:13:56
cph Exp $
+$Id: xml-struct.scm,v 1.3
9 2003/11/03 21:31:23
cph Exp $
Copyright 2001,2002,2003 Massachusetts Institute of Technology
@@
-171,7
+171,7
@@
USA.
(define-xml-type element
(name xml-name?)
(attributes xml-attribute-list?)
- (contents xml-content?))
+ (contents xml-content?
canonicalize-content
))
(define (xml-attribute-list? object)
(and (list-of-type? object xml-attribute?)