annotate etc/sgml/README.cdtd @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 1856695b1fa9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
142
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents:
diff changeset
1 The compiled dtd's are currently built by hand. Currently, something like
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents:
diff changeset
2 the following will work:
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents:
diff changeset
3
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents:
diff changeset
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\" []))"
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents:
diff changeset
5
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents:
diff changeset
6 Note that the parameters are taken roughly from the ECAT file.