// $Id: tidyrc,v 1.1 2004/06/22 19:22:21 dope Exp dope $ // // Converted from http://tidy.sourceforge.net/docs/quickref.html. // // It works for tidy version 2004-02-05 at least, but will probably // break on older versions. // add-xml-decl: no // Type: Boolean // Default: no // Example: y/n, yes/no, t/f, true/false, 1/0 // This option specifies if Tidy should add the XML declaration when // outputting XML or XHTML. Note that if the input already includes an // declaration then this option will be ignored. add-xml-pi: no // Type: Boolean // Default: no // Example: y/n, yes/no, t/f, true/false, 1/0 // This option is the same as the add-xml-decl option. add-xml-space: no // Type: Boolean // Default: no // Example: y/n, yes/no, t/f, true/false, 1/0 // This option specifies if Tidy should add xml:space="preserve" to // elements such as
,