home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HTML - Publishing on the Internet
/
html_cdrom.iso
/
tools
/
html
/
linux
/
check
/
html2dtd.cfg
< prev
next >
Wrap
Text File
|
1995-01-18
|
465b
|
16 lines
Configuration file to cause htmlchek to conform more strictly to official DTD
H. Churchyard, Jan. 95
Allow `<' and `>' characters to appear elsewhere than as tag beginnings
and endings, according to SGML syntax:
metachar=3
nogtwarn=1
Remove self-nesting prohibitions on low-level mark-up tags:
strictpair=B,CITE,CODE,EM,I,KBD,SAMP,STRONG,TT,VAR
Don't warn about whitespace that leads to poor displays on some browsers:
nowswarn=1
EOF