Hi all, I have a number of XML files containing dynament code that are currently stored within a content group on LiveServer. They perform common actions like calling webservices, and are used via include dynaments on various pages. I've been looking into the possibility of moving them out of LiveServer, and instead including them as external content via file:// or http:// content references, e.g. changing...
<rde-dm:include content="test.xml" /> to... <rde-dm:include content="file:///c:/xml/test.xml" /> Whilst the include works, the problem I am having is that the dynaments within the XML file, which previous worked fine, stop working when they are in the external file. I have tried a number of things to fix this, such as setting the contenttype to "application/ xml", and adding a process-mode="recursive" attribute, but nothing has worked. The dynaments are just included as text and not processed. Is this just a limitation of including external content, that it cannot include dynaments, or is there something I am maybe doing wrong? Has anybody else done anything like this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
