I have an export to XML feed working.
But I would like to add a "last run" line within the header.
<HeaderTemplate>
<!-- Last Updated: [[DateAdd:MM/dd/yyyy]] -->
</HeaderTemplate>
Issue is, when I enter this in the editor, the editor REM's out this statement and the line isn't working properly.
I tried changing the REM statement and put them in as URL encoded, but that too doesn't seem to be working.
When I try to view this feed, I get an internal server error on the webpage.
Within the DNN event logs, I get the following error:
Feed_Export_XML_NEW.ascx(15): error BC30451: 'DateAddFunc' is not declared. It may be inaccessible due to its protection level.
Any ideas?