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:
20577a0
)
Export CHAR-SET:XML-WHITESPACE.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 30 Jan 2003 17:30:25 +0000
(17:30 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 30 Jan 2003 17:30:25 +0000
(17:30 +0000)
v7/src/xml/xml.pkg
patch
|
blob
|
history
diff --git
a/v7/src/xml/xml.pkg
b/v7/src/xml/xml.pkg
index c8ca5b60d5a05436fba55a28c471b1a2693d242b..18a236884dcca921025a4174195755157bbee3f5 100644
(file)
--- a/
v7/src/xml/xml.pkg
+++ b/
v7/src/xml/xml.pkg
@@
-1,8
+1,8
@@
#| -*-Scheme-*-
-$Id: xml.pkg,v 1.1
3 2003/01/26 06:29:09
cph Exp $
+$Id: xml.pkg,v 1.1
4 2003/01/30 17:30:25
cph Exp $
-Copyright 2001,2002 Massachusetts Institute of Technology
+Copyright 2001,2002
,2003
Massachusetts Institute of Technology
This file is part of MIT Scheme.
@@
-151,6
+151,7
@@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(files "xml-chars" "xml-parser")
(parent (runtime xml))
(export ()
+ char-set:xml-whitespace
parse-xml-document
read-xml
read-xml-file))