The unit HTMLSUPPORT contains a loose collection of routines and classes to support the generation and
manipulation of HTML texts. Besides common and often needed conversion routines, the unit contains an HTML producer class which can be used to generate HTML code from data sources.
The THtmlProducer class takes an HTML template code, analyses it and triggers an event when it encounters specially marked HTML tags. This approach allows to generate HTML code controlled by, for example, records of a database.
What's new:
- Release 10.7 [Aug-24, 2020]
- no changes
- Release 10.6 [Mar-09, 2018]
- no changes
- Release 10.5 [Oct-10, 2016]
- the function ConvertHTMLBodyToText converts the body of an HTML file into an unformatted string
- the function ExtractHTMLBody returns the body of an HTML file
- Release 10.4 [Jun-02, 2015]
- no changes
- Release 10.3 [Oct-06, 2014]
- none
- Release 10.2 [May-30, 2013]
- no changes
- Release 10.1 [Oct-29, 2012]
- the new functions DefaultHTMLFoot and DefaultHTMLHead create basic HTML code needed for the build-up of HTML pages
- Release 10.0 [Oct-4, 2011]
- no changes
- Release 9.7 [May-31, 2010]
- Release 9.51 [Dec-01, 2008]
- no changes
- Release 9.5 [Oct-31, 2008]
- no changes
- Release 9.0 [May-28, 2007]
- HTMLSUPPORT is now available to the public and included in the SDL Component Suite