Missing system-ID in Doctype

Hello,

I am trying to set up tidy to fall back from xhtml 1.0 strict to html 4.01  
strict. Tidy won't add the 4.01strict-system-identifier to the beginning  
of the html-documents, though.

Here is my config:

markup: yes
wrap: 0
wrap-script-literals: no
wrap-asp: yes
break-before-br: yes
indent: auto
indent-spaces: 2
indent-attributes: no
uppercase-tags: no
uppercase-attributes: no
hide-endtags: no
enclose-text: yes
quote-marks: no
quote-nbsp: yes
quote-ampersand: yes
fix-backslash: yes
clean: no
drop-font-tags: yes
logical-emphasis: yes
input-xml: no
assume-xml-procins: no
output-xml: no
output-xhtml: no
output-html: yes
numeric-entities: yes
add-xml-pi: no
show-warnings: yes
doctype: strict
char-encoding: ascii
wrap-attributes: no
wrap-jste: yes
drop-empty-paras: yes
fix-bad-comments: yes
word-2000: no
tidy-mark: yes
add-xml-decl: no
join-classes: no
join-styles: no
merge-divs: no


After removing the doctype and running tidy again, it will add the  
public-id, but not the system-id.



Thanks for your help,
Steffen Glückselig

Received on Friday, 24 September 2004 08:28:31 UTC