racket/collects/xml/info.ss
Matthew Flatt 9ca65af282 xml docs
svn: r9321
2008-04-15 16:46:43 +00:00

10 lines
301 B
Scheme

#lang setup/infotab
;; the XML tool has been moved to the stepper collection, so that the
;; stepper can create xml snips. See collects/stepper/tool.ss for (a
;; bit) more information
(define tools '(("text-box-tool.ss")))
(define tool-names '("Text Box"))
(define scribblings '(("xml.scrbl" ())))