On Mon, 03 Apr 2000 at 14:50:03 +1000, "Peter B. West"
<pbwest(a)netscape.net> wrote:
When I try
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-3.dtd\" \"$(pwd)/cdtd/html-3\" []))"
You need to use sgml-with-parser-syntax to get the reader to use the
right table. See if this does what you want:
xemacs -batch -q -l psgml-parse -eval "(sgml-with-parser-syntax (sgml-set-global)
(setq sgml-no-elements 0) (sgml-compile-dtd \"$(pwd)/html-3.dtd\"
\"$(pwd)/cdtd/html-3\" []))"
--
Jerry James
Email: james(a)eecs.ukans.edu
WWW:
http://www.eecs.ukans.edu/~james/