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:
f576a9d
)
Fix typo in namespace-prefix parsing.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 16 Sep 2003 04:32:59 +0000
(
04:32
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 16 Sep 2003 04:32:59 +0000
(
04:32
+0000)
v7/src/xml/xml-parser.scm
patch
|
blob
|
history
diff --git
a/v7/src/xml/xml-parser.scm
b/v7/src/xml/xml-parser.scm
index fb795104faf7e5607d87cc37f246da9112549cad..277548c21ec5d95c63881f378e1c5d07531909cf 100644
(file)
--- a/
v7/src/xml/xml-parser.scm
+++ b/
v7/src/xml/xml-parser.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: xml-parser.scm,v 1.
39 2003/09/15 20:22:4
9 cph Exp $
+$Id: xml-parser.scm,v 1.
40 2003/09/16 04:32:5
9 cph Exp $
Copyright 2001,2002,2003 Massachusetts Institute of Technology
@@
-541,7
+541,7
@@
USA.
(%make-xml-name simple
(string->symbol uri)
(if c
- (string->symbol (string-
head
s (fix:+ c 1)))
+ (string->symbol (string-
tail
s (fix:+ c 1)))
simple))
simple)))))