includeHTML is a HTML file preprocessor that processes instructions - includeHTML tags embedded in HTML comment tags - and inserts / updates the original file. The tags used by includeHTML are ignored by browsers, so they can remain in the code, thus making it possible to update whenever something changes in the included files. Key features:
* includeHTML will replace entire blocks of HTML code. You write a start and an end tag in your HTML, and everything between the two tags is then replaced with the content of a text file or a snippet in an XML snippet collection file specified in the start tag.
* You can mark words or whole sentences as key text.
* You can have the current date inserted / updated in a format defined by you.
* Headings can be numbered in up to four levels.