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:
c3ae54c
)
Canonicalize strings in element content.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 3 Nov 2003 21:32:31 +0000
(21:32 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 3 Nov 2003 21:32:31 +0000
(21:32 +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 18cd3f1dcb7d923f5e2069df4741b8e5f8880e7a..440c00625e1721f183ff5a726d82597b465721b2 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.
39 2003/11/03 21:31:23
cph Exp $
+$Id: xml-struct.scm,v 1.
40 2003/11/03 21:32:31
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?
canonicalize-content))
+ (contents
canonicalize
canonicalize-content))
(define (xml-attribute-list? object)
(and (list-of-type? object xml-attribute?)