[PHP-DEV] Re: Overloading Tags with PHP functions

2002-01-16 Thread Stephan Schmidt
Hi, I think you should take a look at the patXMLRenderer, which does something similar to what you started doing in an object-oriented approach. Furthermore I'm using namespaces to identify if a tag has a method attached to it. The differnce is that I'm transforming the remianing static XML to HT

Re: [PHP-DEV] Overloading Tags with PHP functions

2002-01-16 Thread Stephan Schmidt
Hi, > I doubt this, btw. here's something related: > > http://www.php-tools.de/index.php?file=patTemplateOverview.xml I think it should be http://www.php-tools.de/index.php?file=patXMLRendererOverview.xml instead. patTemplate is just a template class and does not parse any X(HT)ML files. This is