Initial Commit
[packages] / xemacs-packages / psgml-dtds / etc / README.cdtd
1 The compiled dtd's are currently built by hand.  Currently, something like
2 the following will work:
3
4 ../../src/xemacs -batch -q -l psgml-parse.elc -l psgml-dtd.elc -eval "(progn (sgml-set-global) (setq sgml-no-elements 0) (sgml-compile-dtd \"$(pwd)/html.dtd\" \"$(pwd)/cdtd/html\" []))"
5
6 Note that the parameters are taken roughly from the ECAT file.