ttlogo.jpg Free TextTransformer Projects
Home
Text2HTML
Wikipedia
Yacc2TT
Delphi parser
Java parser
C preprocessor
C parser
HTML4
Utilities
MIME parser
Spamfilter
Additional Examples
Free components
  Minimal Website   Impressum

HTML4-Parser

HTML4.ttp is a pure parser for HTML. The parser is made according to the specification for the version "transitional" of:

http://de.selfhtml.org/index.htm

The parser isn't tolerant and presupposes a strict nesting of tags.

<b><i>Hallo!<i><b>

is parsed correctly

<b><i>Hallo!<b><i>

isn't tolerated. All documents of the HTML reference "Selfhtml" mentioned above are parsed correctly.


Last update: 11.24.08



 to the top