|
From: Thomas K. <th...@co...> - 2001-03-02 14:33:06
|
Had anybody already thought about coding transform.php completely=20
in object oriented style ?
I`m thinking about reimplementing it in this manor:
a) First parse the WikiPage into a Structure of Objects=20
(this part is totaly independent of html)
b) these objects have the ability to transform into different
outputs (for example html, plain-text, TeX, ...)
They get this ability mostly by inheritance from simple=20
TransformationPrototypeClasses
Thomas
|