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.
The traditional approach
Usually, there's one converter for every target format in this model. This is no strict rule - you may want to implement features which are not provided by an already existing
pp2anything
converter, so feel free to implement your own version. Nevertheless, to avoid confusion, it may be worth a try to cooperate with the original author before you start. Maybe you can join his team.
In this document, it is assumed that you are familiar with the PerlPoint language and its elements, which are explained in the tutorial.
- The architecture of a converter
- Tag definition
- Writing the converter
- The converter package
- Modules to load
- Several variables
- Option handling
- Usual startup operations
- Foreign tag integration
- Set up Active Contents handling
- The parser call
- Backend construction
- Backend callbacks
- Backend invokation: produce new code
- Your individual parts
- Documentation