From: <bin...@li...> - 2001-10-09 23:21:47
|
Hi Alex, >> Ok, I'll do it that way. But there is another application where >> to accept bc tags as params: Everywhere where lang dependend >> strings are needed. > because we can _always_ assume that <bc:lang strings > need to be process first, i think it's fine to > process that first, and use a separate regex > that will only match <bc:lang Oh yes. Cool. We can introduce precedence to bc tags and unsing a "multi pass" technique :-) No recrusion, no much extra code overhead, no extra parser. Simple yet powerful. Andi |