<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Forms in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152127#M106804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!! Thanks both!! .. pmonks and zaizi… &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm geting something with this FreeMarker Template:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;#if document.mimetype = "text/xml"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;#assign dom=document.xmlNodeModel&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ${dom.simple.string}&lt;BR /&gt;&amp;lt;/#if&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;It shows exactly what I want but only if I choose "Preview in Template"… and then choose the template submitted above. I wonder if theres a way to "click" in the file and the template runs automatically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My goal is to make a Space called "Contacts". The user fill the form "Contact" creating the XML file. Then someone could enter in that Space and see a list of contacts (list of "Content Items"). If the user wants to see the contact details (saved in the XLM file) it just have to click in the corresponding file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this the correct way to do this?! … or there is another way?!?…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;João Duarte&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 15:48:09 GMT</pubDate>
    <dc:creator>joaotpd</dc:creator>
    <dc:date>2008-07-07T15:48:09Z</dc:date>
    <item>
      <title>Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152124#M106801</link>
      <description>Hi all!!&amp;nbsp;&amp;nbsp;&amp;nbsp; In Alfresco Community 2.9b there's a space called "Forms"… I can create a "form" and then choose it in "Crate Content"… It produces an XML file.Can i transform that file in a "html" or "text" file so the users can read it?!I have XLM schema for the form and I'm trying to create an FreeMa</description>
      <pubDate>Sat, 05 Jul 2008 21:00:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152124#M106801</guid>
      <dc:creator>joaotpd</dc:creator>
      <dc:date>2008-07-05T21:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152125#M106802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;DM Forms (the feature you're referring to) don't support renditioning templates directly - that's currently only available for Web (WCM) Forms.&amp;nbsp; That said you could configure a rule that fires when new XML files are added to a space and that runs a custom transformer using the XML file as input.&amp;nbsp; This custom transformer could transform the XML however you like, including via Freemarker or XSL templates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 04:08:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152125#M106802</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-07-07T04:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152126#M106803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alternatively you can use the Custom View functionality (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Template_Guide#Custom_Template_Views" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Template_Guide#Custom_Template_Views&lt;/A&gt;&lt;SPAN&gt;) of spaces to use a template to display the contents within that space and sub-spaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is actually a very powerful feature. A really good example of how you can create a totally custom UI using Custom View and templates is the Calendar functionality included in 2.9B Community. It uses the Custom View to set up a tabbed view of YUI Calendar widgets. AJAX calls to Alfresco web scripts get and display events; also allow you to edit and create events. These events are actually simple text files within a sub space. You can of course use XML.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 09:16:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152126#M106803</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2008-07-07T09:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152127#M106804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi!! Thanks both!! .. pmonks and zaizi… &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm geting something with this FreeMarker Template:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;#if document.mimetype = "text/xml"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;#assign dom=document.xmlNodeModel&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ${dom.simple.string}&lt;BR /&gt;&amp;lt;/#if&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;It shows exactly what I want but only if I choose "Preview in Template"… and then choose the template submitted above. I wonder if theres a way to "click" in the file and the template runs automatically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My goal is to make a Space called "Contacts". The user fill the form "Contact" creating the XML file. Then someone could enter in that Space and see a list of contacts (list of "Content Items"). If the user wants to see the contact details (saved in the XLM file) it just have to click in the corresponding file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this the correct way to do this?! … or there is another way?!?…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;João Duarte&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 15:48:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms/m-p/152127#M106804</guid>
      <dc:creator>joaotpd</dc:creator>
      <dc:date>2008-07-07T15:48:09Z</dc:date>
    </item>
  </channel>
</rss>

