#| -*-Scheme-*-
-$Id: compile.scm,v 1.12 2003/09/26 03:56:38 cph Exp $
+$Id: compile.scm,v 1.13 2004/07/15 18:16:43 cph Exp $
-Copyright 2001,2003 Massachusetts Institute of Technology
+Copyright 2001,2003,2004 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
"xml-struct"
"xml-chars"
"xml-output"
- "xml-parser"))))
+ "xml-parser"
+ "xhtml"))))
(cref/generate-constructors "xml")))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: load.scm,v 1.12 2004/02/26 18:31:41 cph Exp $
+$Id: load.scm,v 1.13 2004/07/15 18:16:49 cph Exp $
Copyright 2001,2002,2003,2004 Massachusetts Institute of Technology
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(package/system-loader "xml" '() 'QUERY)))
-(add-subsystem-identification! "XML" '(0 5))
\ No newline at end of file
+(add-subsystem-identification! "XML" '(0 6))
\ No newline at end of file