Export CHAR-SET:XML-WHITESPACE.
authorChris Hanson <org/chris-hanson/cph>
Thu, 30 Jan 2003 17:30:25 +0000 (17:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 30 Jan 2003 17:30:25 +0000 (17:30 +0000)
v7/src/xml/xml.pkg

index c8ca5b60d5a05436fba55a28c471b1a2693d242b..18a236884dcca921025a4174195755157bbee3f5 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: xml.pkg,v 1.13 2003/01/26 06:29:09 cph Exp $
+$Id: xml.pkg,v 1.14 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))