Exported configuration values!
[htmlpurifier/rdancer.git] / library / HTMLPurifier / ConfigSchema / HTML.Doctype.txt
blob1f6b5ebd10ae7fc5fbeda3a48215348e5cf11cef
1 HTML.Doctype\r
2 TYPE: string\r
3 DEFAULT: ''\r
4 --DESCRIPTION--\r
5 Doctype to use during filtering. Technically speaking this is not actually\r
6 a doctype (as it does not identify a corresponding DTD), but we are using\r
7 this name for sake of simplicity. When non-blank, this will override any\r
8 older directives like %HTML.XHTML or %HTML.Strict.\r
9 --ALLOWED--\r
10 '', 'HTML 4.01 Transitional', 'HTML 4.01 Strict', 'XHTML 1.0 Transitional', 'XHTML 1.0 Strict', 'XHTML 1.1'\r