Back to slide -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'  Annotated program -- Keyboard shortcut: 't'    parse-dtd.laml - The script that parses the DTD.Lecture 6 - slide 14 : 22
Program 2

(load (string-append laml-dir "laml.scm"))
(load (string-append laml-dir "tools/dtd-parser/dtd-parser-4.scm"))

(parse-dtd "course-home-page")