diff etc/sgml/README.cdtd @ 142:1856695b1fa9 r20-2b5

Import from CVS: tag r20-2b5
author cvs
date Mon, 13 Aug 2007 09:33:18 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/sgml/README.cdtd	Mon Aug 13 09:33:18 2007 +0200
@@ -0,0 +1,6 @@
+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.