Breaking: #72384 - Removed deprecated code from HtmlParser
See forge#72384
Description
The following methods have been removed from HtmlParser:
get
Subpart () substitute
Subpart () substitute
Subpart Array () substitute
Marker () substitute
Marker Array () substitute
Marker And Subpart Array Recursive () XHTML_
clean () process
Tag () process
Content ()
The following method has been removed from RteHtmlParser:
eval
Write File
The TSconfig option xhtml_
has been removed as well.
Impact
Using the methods above directly in any third party extension will result in a fatal error. Setting the xhtml processing option when parsing HTML has no effect anymore as well.
Affected Installations
Instances which use custom calls to HtmlParser via the methods above.
Migration
get
use Marker
instead
substitute
call Marker
instead
substitute
call Marker
instead
substitute
call Marker
instead
substitute
call Marker
instead
substitute
call Marker
instead
XHTML_
call Html
instead