Logged In: NO

My original fix didn't work right. It seems that any tags starting with <? are parsed as php tags, including <?xml, which causes errors if such tags are used. On the one hand, writing XML using templates is a bad idea, but on the other hand it shouldn't cause an error. I am working very hard to find a workaround patch as templatelite is a critical piece of my codebase.

As of right now my only fix is to manually edit the compiled template file each time it is updated.

Thanks for your time,
--Brian Zab
TemplateLite supporter