From: Alex B. <en...@tu...> - 2001-09-16 20:25:14
|
> Hi All, > > just started an early shell of what might become a tool to help get the > <bc:something> stuff working. It's a simple class called BCTagParser. It > processes a file and it's looking for <bc:tag> then starting up methods that > process this tags (=> conversion to php). > > You can register each tag and the relating processing method. So it will > become easy to register custom tags. > > This is a _very_ early shell and maybe this approach isn't the right or best > one. I'd love to hear your opinions. > > > Andi > > > << see attached files >> > Interesting that the way you're doing this (parsing xml) would enforce the use of xhtml throughout the system... which I'm not sure people are comfortable with yet. Of course it makes your html nice and clean, but I can see that possibly screwing some people up. Opinions on this? For _my_ projects this is fine, but I want to check with everyone else :) _a |