2008-06-25 01:10:51 +00:00
|
|
|
Core.EscapeInvalidChildren
|
|
|
|
TYPE: bool
|
|
|
|
DEFAULT: false
|
|
|
|
--DESCRIPTION--
|
2013-10-21 05:18:59 +00:00
|
|
|
<p><strong>Warning:</strong> this configuration option is no longer does anything as of 4.6.0.</p>
|
|
|
|
|
|
|
|
<p>When true, a child is found that is not allowed in the context of the
|
2008-06-25 01:10:51 +00:00
|
|
|
parent element will be transformed into text as if it were ASCII. When
|
|
|
|
false, that element and all internal tags will be dropped, though text will
|
|
|
|
be preserved. There is no option for dropping the element but preserving
|
2013-10-21 05:18:59 +00:00
|
|
|
child nodes.</p>
|
2008-12-06 09:24:59 +00:00
|
|
|
--# vim: et sw=4 sts=4
|