Spartanicus
2007-01-10 22:34:54 UTC
I'd like to configure Liam Quinn's "A Real Validator" to validate
documents against the HTML 4.01 Strict DTD for documents that use
<!DOCTYPE html>. Afaics the "html.soc" configuration file used by ARV
already facilitates a fallback by validating against the HTML 4.01
transitional DTD if it doesn't recognize a document's doctype:
-----
OVERRIDE YES
[list of common identifiers]
SGMLDECL HTML4.dcl
OVERRIDE NO
DOCTYPE html html401-loose.dtd
-----
Alas when using <!DOCTYPE html> ARV reports: "no internal or external
document type declaration subset; will parse without validation".
Anyone know how this can be achieved?
documents against the HTML 4.01 Strict DTD for documents that use
<!DOCTYPE html>. Afaics the "html.soc" configuration file used by ARV
already facilitates a fallback by validating against the HTML 4.01
transitional DTD if it doesn't recognize a document's doctype:
-----
OVERRIDE YES
[list of common identifiers]
SGMLDECL HTML4.dcl
OVERRIDE NO
DOCTYPE html html401-loose.dtd
-----
Alas when using <!DOCTYPE html> ARV reports: "no internal or external
document type declaration subset; will parse without validation".
Anyone know how this can be achieved?
--
Spartanicus
Spartanicus