Hi all. Well, this CMS seems good, been learning how to use it during the past few weeks.
We would like to use the FreeMarker templates containing just XHTML and the variables to import content from document nodes, such as ${document.content}. I have successfully applied a .ftl template to content stored in a space created in my user home, but cannot figure out how to apply it to content stored in a Web Project space. I am only allowed to apply XSL/XSD templates there. Is it not possible to use .ftl templates here (I don't want to use XML)?
You can achieve the same in WCM space all you need to do is create a webform the content model should be XSD and template may be either freemarker template or XSL according to your wish.So that it generates both XML as well as HTMl. Hope this clarifies you.