Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt is written in an unsupported language. File is not indexed.

0001 Core.ConvertDocumentToFragment
0002 TYPE: bool
0003 DEFAULT: true
0004 --DESCRIPTION--
0005 
0006 This parameter determines whether or not the filter should convert
0007 input that is a full document with html and body tags to a fragment
0008 of just the contents of a body tag. This parameter is simply something
0009 HTML Purifier can do during an edge-case: for most inputs, this
0010 processing is not necessary.
0011 
0012 --ALIASES--
0013 Core.AcceptFullDocuments
0014 --# vim: et sw=4 sts=4