The first is already done. For the second, I was thinking of using that hack you cooked up in PerlHP to send application/xhtml+xml to browsers that support it. I'd like to figure out how to make Apache do that too, though. Got any ideas?
>>2
you could make the script write out PerlHP or php files instead of normal html files... all you'd have to change is GLOBAL_HEAD_INCLUDE in templates.pl and HTML_SELF, HTML_BACKLOG, and PAGE_EXT in config.pl...
>>3
all 19 browsers that i have on this machine ignore the type given in the html file itself, so you could probably hardcode it as whatever you want without anyone noticing...