<?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: Web Form Saving Location Dynamically in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196806#M149936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;May be this will work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/${webapp}/pages/static/${xml['navigation/path']}.${name}.${extension}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 09:56:54 GMT</pubDate>
    <dc:creator>vipul</dc:creator>
    <dc:date>2008-11-26T09:56:54Z</dc:date>
    <item>
      <title>Web Form Saving Location Dynamically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196805#M149935</link>
      <description>Hi ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have created Web Form with Some text boxes and Path Option. While the Author Selects the Path Option that path option should be used as my destination to store my xml file. I have given below my Web Form and the Output Path which i formed during Web Form Creation Steps.——————————————————</description>
      <pubDate>Mon, 10 Nov 2008 09:33:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196805#M149935</guid>
      <dc:creator>suga_sugam</dc:creator>
      <dc:date>2008-11-10T09:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web Form Saving Location Dynamically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196806#M149936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;May be this will work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/${webapp}/pages/static/${xml['navigation/path']}.${name}.${extension}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 09:56:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196806#M149936</guid>
      <dc:creator>vipul</dc:creator>
      <dc:date>2008-11-26T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Web Form Saving Location Dynamically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196807#M149937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I use the same approach to let the user select the location of the content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm using version labs 3b and get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when I create a content at the last step, clicking on "NEXT" in the summury page I see the Location: I've selected in the filePicker.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that after that I'm not able to change the value of the Location any more, nor clicking "back" to edit again the form, nor saving the content and the edit it again .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestion ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 10:57:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196807#M149937</guid>
      <dc:creator>jaccky</dc:creator>
      <dc:date>2008-12-04T10:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Web Form Saving Location Dynamically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196808#M149938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just found out the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Say there is the following xml document:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;menu:menu&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;common:language&amp;gt;en&amp;lt;/common:language&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/menu:menu&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- for the output path of a form namespaces do not work (eventhough the xml document has namespaces) and should not be used, the following works fine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/${webapp}/${xml['menu/language']}/home/${name}.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- My impression is that for the output path of the rendition the namespaces must be used (if the xml document has namespaces ofcourse):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/${webapp}/${xml['menu:menu/common:language']}/home/${name}.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following post gives also very good information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?t=11091" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?t=11091&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 23:24:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196808#M149938</guid>
      <dc:creator>mtaal</dc:creator>
      <dc:date>2009-01-30T23:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Web Form Saving Location Dynamically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196809#M149939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also posted some examples which may be useful - &lt;/SPAN&gt;&lt;A href="http://www.benh.co.uk/alfresco/web-forms-xforms/referencing-an-xml-element-within-an-output-path/" rel="nofollow noopener noreferrer"&gt;http://www.benh.co.uk/alfresco/web-forms-xforms/referencing-an-xml-element-within-an-output-path/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Ben.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 18:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-form-saving-location-dynamically/m-p/196809#M149939</guid>
      <dc:creator>ben</dc:creator>
      <dc:date>2009-02-01T18:09:31Z</dc:date>
    </item>
  </channel>
</rss>

