view etc/sgml/README.cdtd @ 198:a94d4839ade3

Added tag r20-3b25 for changeset acd284d43ca1
author cvs
date Mon, 13 Aug 2007 10:00:04 +0200
parents 1856695b1fa9
children
line wrap: on
line source

The compiled dtd's are currently built by hand.  Currently, something like
the following will work:

../../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\" []))"

Note that the parameters are taken roughly from the ECAT file.