racket/collects/xml/info.ss
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00

11 lines
514 B
Scheme

(module info setup/infotab
(define name "XML")
(define doc.txt "doc.txt")
;; 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 help-desk-message "Mz/Mr: (require (lib \"xml.ss\" \"xml\"))")
(define blurb
`("The XML collection provides functions for reading, writing, and manipulating XML documents."))
(define tools '(("text-box-tool.ss")))
(define tool-names '("Text Box")))