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

0001 URI.Base
0002 TYPE: string/null
0003 VERSION: 2.1.0
0004 DEFAULT: NULL
0005 --DESCRIPTION--
0006 
0007 <p>
0008     The base URI is the URI of the document this purified HTML will be
0009     inserted into.  This information is important if HTML Purifier needs
0010     to calculate absolute URIs from relative URIs, such as when %URI.MakeAbsolute
0011     is on.  You may use a non-absolute URI for this value, but behavior
0012     may vary (%URI.MakeAbsolute deals nicely with both absolute and
0013     relative paths, but forwards-compatibility is not guaranteed).
0014     <strong>Warning:</strong> If set, the scheme on this URI
0015     overrides the one specified by %URI.DefaultScheme.
0016 </p>
0017 --# vim: et sw=4 sts=4