Your module produces XML with no fuss. It works really well.

Issues begin when I attempt to override the output so I can add some customized attributes. I found overriding the suggested ***.tpl.php file has no effect.
I even went as far as including a die(); statement but the code was definately not recognized.

When I re-scaned my template files, my overridden template is highlighed so it does not seem to be a views issue.

Please help!

Comments

jelo’s picture

I am experiencing a similar issue in D6. I am using Views Datasource to create customized RSS feeds where I can control the description field and build the content as I need it from various fields. However, I am trying to get enclosures to work which requires a rewrite of the field output. I cannot get my theme overwrite to use my replacement patterns. Did you find a solution for your problem?