PLT Scheme can render kanren-sourceforge.scm! but with a warning

Terrence Brannon <[email protected]> Tue, 01 Jun 2004 11:02:08 -0400
Newsgroups gmane.lisp.scheme.ssax-sxml
Message-ID <[email protected]>
The attached file works when you overwrite some things in myenv-chez.scm.

I got these warnings however:

Failed to find a binding for a key links. The default value () will be used
Failed to find a binding for a key rcs-id. The default value () will be used

This is due to calls to lookup-def where it could not find the key. The 
page renders fine though.

-- 
mathematics: the science of quantity, shape, and arrangement
computersci: the science of information description and transformation
liberalarts: essential study for adequate education and civic participation.
try.scm (text/plain, 998 B)
;;; required by Util.scm
(require  (lib "13.ss" "srfi"))

(require  (lib "ssax.ss"       "ssax")
          (lib "sxml-tools.ss" "sxml")
	  (lib "fragments.ss"  "sxml")
          (lib "guides.ss"     "sxml")
          (lib "info.ss"       "sxml")
          (lib "libmisc.ss"    "sxml")
          (lib "stx-engine.ss" "sxml")
          (lib "stx-xsl.ss"    "sxml")
          (lib "sxml-to-markup.ss" "sxml")
          (lib "sxml-tools.ss" "sxml")
          (lib "sxml-tree-trans.ss" "sxml")
          (lib "sxpath-ext.ss" "sxml")
          (lib "sxpath-plus.ss" "sxml")
          (lib "sxpath.ss"      "sxml")
          (lib "sxpathlib.ss"   "sxml")
          (lib "txpath.ss"      "sxml")
          (lib "xpath-parser.ss" "sxml"))


(define string->goodhtml sxml:string->html)
(define srv:send-reply   sxml:display-fragments)
(define pretty-print display)
(define console-output-port current-error-port)

(load "../lib/myenv-chez.scm")
(load "../lib/util.scm")
(load "../lib/SXML-to-HTML-ext.scm")