Hi, how can I apply a template to my content in the external view?
When viewing content details using the Alfresco UI there is a 'View in Browser' link on the top lefthand corner - how can I have a template applied to this view?
My content is in the form of XML files, and a lot of information is also stored in the content properties. How can I display this with a template applied without having the user navigate through the menus of the Alfresco UI, and without displaying the Alfresco UI adornments?
You can use the Template Servlet to render the output from a template applied to a document. The servlet will output directly to the the response stream and so there will be no Alfresco UI adornments.