You are using a browser which doesn't fully support Cascading Style Sheets. This site will look much better in a browser that supports web standards, but its content is accessible to any browser or Internet device.

Formatter based

There is a (small) number of structural PerlPoint entities like headlines, tables and tags. A formatter of a certain entity determines how this entity is transformed into the target language. It receives the complete contents, plus entity configuration settings if available.

   A tag formatter gets the tag name, tag
   options and tag body. It supplies a
   formatted tag.
  
   A headline formatter gets the headline
   text (possibly including smaller entities
   like tagged text parts which were formatted
   before), plus meta informations like headline
   level etc. It supplies a formatted headline.
  
   A page formatter gets all the preformatted
   contents of the page, plus page meta informations.
   It supplies (or emits) a formatted page.