11 lines
514 B
Scheme
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")))
|