The following are the available XML configuration options. Click on an expandable tag to get relevant documentation and more configuration options.
<handler>
elements applied to imported documents in their original format BEFORE their parsing has occurred. Can be mixed with XML-based condition wrappers to create a processing "flow" (if
, ifNot
).<handler>
s if a condition (or group of conditions) returns true
. Must contain exactly one of <conditions>
or <condition>
as a direct child element, followed by exactly one <then>
, and optionally one <else>
.<condition>
or <conditions>
together.<condition>
(under <if>
) for available options.<conditions>
(under <if>
) for available options.<if>
and <ifNot>
.<handler>
(under <preParseHandlers>
) for available options.<if>
(under <preParseHandlers>
) for available options.<if>
and <ifNot>
.<handler>
(under <preParseHandlers>
) for available options.<if>
(under <preParseHandlers>
) for available options.<handler>
elements applied to imported documents AFTER their parsing has occurred and their raw text extracted.<preParseHandlers>
. Refer to previously documented <preParseHandlers>
(under <importer>
) for available options.