I implemented a BRL engine, generator, and reader for Cocoon.
It sort of works. This is still needed from brlsv:
1. Errors in XHTML format (as requested previously)
2. Proper initialization of instance variables:
For example, global_modified and site_modified are static variables,
but request_handler is an instance variable, which remains uninitialized
when a new brlsv instance is created. The BRLEngine works like the
JSPEngine,
doing all this work for each request:
a. ask ClassLoader to load the brlsv class (really loads only the
first time)
b. create an instance
c. call init() method
d. call service() method
e. call destroy() method
--
Fernando D. Mato Mira [EMAIL PROTECTED]
Thomson Dialog
www.dialog.com