anyone know of a way to get an xml (rss 2) index template to display html from a php include?
i'm using a PHP include in my MTExtendedEntry field which renders fine for all blog entries since they're all php, but my xml file just shows the PHP include code.
i'm just trying to have my RSS feed show the data that i'm including in my blog post.
samples:
http://www.dawnanddrew.com/archives/001100.php
http://www.dawnanddrew.com/rss2.xml
thanks for any help or suggestions...