<?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: Copying Web Forms in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242911#M196041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps you should share the one-and-the-same web-form between the web-projects. The UI allows you to do this. The problem with this, of course, is that you can't differ the XSL between different web-projects, unless:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; a) You don't use any templates at all, and render the content just-in-time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; b) Your XSL renders the content differently depending upon a value that changes for each web-project. For example, the value of a content field in the XML, or perhaps the value of the sandbox itself (&amp;lt;xsl:value-of select="$alf&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;arent_path"/&amp;gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2009 08:23:30 GMT</pubDate>
    <dc:creator>tommorris</dc:creator>
    <dc:date>2009-06-25T08:23:30Z</dc:date>
    <item>
      <title>Copying Web Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242907#M196037</link>
      <description>The implementation of our web forms is far from ideal but what is the best approach to copying web forms (xsd/xsl) easily? We have about 25 forms which we need to copy from one project to another and it's a real burden doing it the create/download/update method for each xsd/xsl within each of the we</description>
      <pubDate>Tue, 23 Jun 2009 16:30:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242907#M196037</guid>
      <dc:creator>aschneider</dc:creator>
      <dc:date>2009-06-23T16:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Web Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242908#M196038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you please explain what you mean by "We have about 25 forms which we need to copy from one project to another …" ? Do you mean exporting/importing to a different instance of Alfresco (or do you mean associating with a different web project in the same instance of Alfresco) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 08:35:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242908#M196038</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2009-06-24T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Web Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242909#M196039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you mean that you're trying to move web-form definitions between alfresco instances, then why not keep all the web-forms in the root of the 'Web Forms' folder, and export the whole of 'Web Forms' as an ACP? You don't have to include the 'Web Forms' space itself, just all it's children.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have lot's of other web-form definitions on the source-server that you'd don't want on the target-server, you could either just delete these from the target, or if you have lots of target destinations and you feel this is tedious, you could alter the ACP contents itself (it's a zip file with a descriptive XML file inside), to just include the definitions that you're interested in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I understanding you correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.ixxus.com" rel="nofollow noopener noreferrer"&gt;http://www.ixxus.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 10:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242909#M196039</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2009-06-24T10:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Web Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242910#M196040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the responses and I apologize for not being very clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are looking to 'copy' web forms on the same Alfresco instance for use for another site we have. The web forms were designed in such a way that the xsl component varies between sites requiring us to replicate the forms over and over again (instead of reusing the existing forms). I've tried a number of different approaches and I believe my ignorance to the product is about 95% to blame.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone patiently detail the steps I would need to take to do this? I understand the basic concepts of copying/pasting and ideally would love to create a new space under web forms for each of our sites (to simplify the act of copy/pasting spaces for each site). The problem here is that 'Web Project' doesn't see forms in the 'subdirectory' space - only the root level. I have no issue using the import/export method but quite frankly, I don't know what to do with the acp file once it gets created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 14:50:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242910#M196040</guid>
      <dc:creator>aschneider</dc:creator>
      <dc:date>2009-06-24T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Web Forms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242911#M196041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps you should share the one-and-the-same web-form between the web-projects. The UI allows you to do this. The problem with this, of course, is that you can't differ the XSL between different web-projects, unless:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; a) You don't use any templates at all, and render the content just-in-time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; b) Your XSL renders the content differently depending upon a value that changes for each web-project. For example, the value of a content field in the XML, or perhaps the value of the sandbox itself (&amp;lt;xsl:value-of select="$alf&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;arent_path"/&amp;gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 08:23:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-web-forms/m-p/242911#M196041</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2009-06-25T08:23:30Z</dc:date>
    </item>
  </channel>
</rss>

