From: Andreas A. <a.a...@th...> - 2001-09-22 01:23:12
|
Hi Alex, > what's your opinion/thoughts on using an external > class as a handler for each bc: tag? I like that. It's clean and global scope is not messed up with functions. The classes can be reused for other purposes and all the stuff is nicely encapsulated. How about using the same requirements as with modules? Classname(): does the grunt work Output(): returns compiled stuff to BCTagParser Hmm, actually these could be the first "core" modules ... > Also, Charlie: what work have you done with the > Langkeyer? hopefully you've been working on the > directory-lookup class, so we'll just be able to > plug that in to the BCTagParser as a handler for > bc:string :) cool!!! Andi |