From 0120222ca7c129db22bf29b32b1ba924f5b5017f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 30 Jan 2003 17:30:25 +0000 Subject: [PATCH] Export CHAR-SET:XML-WHITESPACE. --- v7/src/xml/xml.pkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/xml/xml.pkg b/v7/src/xml/xml.pkg index c8ca5b60d..18a236884 100644 --- a/v7/src/xml/xml.pkg +++ b/v7/src/xml/xml.pkg @@ -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)) -- 2.25.1