Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt is written in an unsupported language. File is not indexed.
0001 HTML.Attr.Name.UseCDATA 0002 TYPE: bool 0003 DEFAULT: false 0004 VERSION: 4.0.0 0005 --DESCRIPTION-- 0006 The W3C specification DTD defines the name attribute to be CDATA, not ID, due 0007 to limitations of DTD. In certain documents, this relaxed behavior is desired, 0008 whether it is to specify duplicate names, or to specify names that would be 0009 illegal IDs (for example, names that begin with a digit.) Set this configuration 0010 directive to true to use the relaxed parsing rules. 0011 --# vim: et sw=4 sts=4