<?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 Edit XML file with ECM Form via URL on 2.9B in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/edit-xml-file-with-ecm-form-via-url-on-2-9b/m-p/155439#M109779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed Alfresco version 2.9B&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying without success to edit an XML file using an ECM form via url.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, I was using WCM forms to do the job, using url like alfresco/c/ui/editwebcontent?sandbox=…&amp;amp;webproject=…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But for several reasons, I need to use ECM space to store my xml files instead of WCM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What type of url can I use to edit my xml file using the associated ECM form ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 09:03:17 GMT</pubDate>
    <dc:creator>vincentd</dc:creator>
    <dc:date>2008-03-27T09:03:17Z</dc:date>
    <item>
      <title>Edit XML file with ECM Form via URL on 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-xml-file-with-ecm-form-via-url-on-2-9b/m-p/155439#M109779</link>
      <description>Hi all,I installed Alfresco version 2.9BI'm trying without success to edit an XML file using an ECM form via url.First, I was using WCM forms to do the job, using url like alfresco/c/ui/editwebcontent?sandbox=…&amp;amp;webproject=…But for several reasons, I need to use ECM space to store my xml files in</description>
      <pubDate>Thu, 27 Mar 2008 09:03:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-xml-file-with-ecm-form-via-url-on-2-9b/m-p/155439#M109779</guid>
      <dc:creator>vincentd</dc:creator>
      <dc:date>2008-03-27T09:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Edit XML file with ECM Form via URL on 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-xml-file-with-ecm-form-via-url-on-2-9b/m-p/155440#M109780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For WCM forms, commands exist to EditWebContent and CreateWebContent which execute the corresponding WCM wizards via a URL. For ECM forms, you would need to implement new commands to EditContent and CreateContent to execute the corresponding ECM wizards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Refer to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://dev.alfresco.com/resource/docs/java/web-client/index.html?org/alfresco/web/app/servlet/command/package-summary.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/web-client/index.html?org/alfresco/web/app/servlet/command/package-summary.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:55:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-xml-file-with-ecm-form-via-url-on-2-9b/m-p/155440#M109780</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2008-04-09T10:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Edit XML file with ECM Form via URL on 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/edit-xml-file-with-ecm-form-via-url-on-2-9b/m-p/155441#M109781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was looking for a similar function - to display an ECM form for creation / edit of XML document without the rest of the Alfresco web client. Is there an easier / better way to do this? I want to leverage the alfresco / chiba / orbeon forms processing, but need to display a form to clients without the alfresco ui.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at the link to the WCM command, managed to find the java source code for this in SVN. But… I've no java experience… I've made a start on customising Alfresco with freemarker templates. I've created a webscript. I'm about to embark on some custom jbpm workflow. But hacking the java source is too scary.&amp;nbsp;&amp;nbsp; :shock: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However the source for WCM to allow calling the wizard from url looks simple (short) enough.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Anyone out there prepared to add the editwebcontent and createwebcontent commands for ECM too?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Is there a way I can call the wizard from a webscript? This way I'd be comfortable to try…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Generally it would be great to get more of the WCM funcionality in ECM. Such as&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) xsl-fo rendition of xml to pdf - would be really useful to have an xml+xsl-fo transform to pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Dependencies - I'm storing DITA xml in alfresco, and the dependencies concept is very relevent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;just two of the features I've searched for, and found there's something in WCM but not ECM&amp;nbsp;&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James Cobb&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 19:11:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/edit-xml-file-with-ecm-form-via-url-on-2-9b/m-p/155441#M109781</guid>
      <dc:creator>jcobb</dc:creator>
      <dc:date>2008-04-16T19:11:08Z</dc:date>
    </item>
  </channel>
</rss>

