The OPML blog rendering part - where you take OPML and turn it in to HTML. I was doing it with XSLT, but I needed to do a lot of string manipulation - and that's a lot easier to do with PHP than XSLT.
Again, I could have probably done everything I'm doing with XSLT (with registerPhpFunctions or whatever it's called), but it's better not to because then people will take the XSLT and drop it in - then I'll have to support them. I'm also hoping that I can add a plugin architecture later in the project, and that'd be easier to do with PHP rather than XSLT.
Tom Morris
|
Homepage
|
2007-01-02EST19:47:21+00:00
#