<?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 WCM Workflow Content Versioning in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/wcm-workflow-content-versioning/m-p/239585#M192715</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;In WCM, for example, when define a workflow with A(Submitter) -&amp;gt; B (approver) -&amp;gt; C (approver).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When A submitted a 'modified' web page and send to B for approve, &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;B want to see the difference of the just submitted version and the current published web page &lt;/SPAN&gt;&lt;SPAN&gt;version, can Alfresco or any plugin can do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that Alfresco WCM has the function to &lt;/SPAN&gt;&lt;STRONG&gt;preview the WHOLE web page before publish&lt;/STRONG&gt;&lt;SPAN&gt;, but it seems that alfresco can't HIGHLIGHT the difference, is it true? Can workaround? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User said this requested feature is similar to MS Office versioning that can simply highlight the difference… pls URGENTLY help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 12:51:32 GMT</pubDate>
    <dc:creator>suntan</dc:creator>
    <dc:date>2009-07-23T12:51:32Z</dc:date>
    <item>
      <title>WCM Workflow Content Versioning</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-workflow-content-versioning/m-p/239585#M192715</link>
      <description>Hi all,In WCM, for example, when define a workflow with A(Submitter) -&amp;gt; B (approver) -&amp;gt; C (approver).When A submitted a 'modified' web page and send to B for approve, B want to see the difference of the just submitted version and the current published web page version, can Alfresco or any plug</description>
      <pubDate>Thu, 23 Jul 2009 12:51:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-workflow-content-versioning/m-p/239585#M192715</guid>
      <dc:creator>suntan</dc:creator>
      <dc:date>2009-07-23T12:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: WCM Workflow Content Versioning</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-workflow-content-versioning/m-p/239586#M192716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Suntan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nope. No built in diff-tool I'm afraid - (not that i know of anyway!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NodeRefs in the AVM are derived from the sandbox name, the full file-path name to the resource, and a version number.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;avm://myproject/-1;www;avm_webapps;ROOT;media;press;content;release-july.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This refers to a file in the staging sandbox of the web-project called 'myproject'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using '-1' is short-hand for the head revision.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use any valid version number instead of the '-1'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using these two references, you can then retrieve the contents of the two versions and provide them as input to a third-party 'diff' tool, either by directly streaming them as input to an API, or through temporary residence on the file-system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that's helpful.&lt;/SPAN&gt;&lt;BR /&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>Thu, 23 Jul 2009 14:17:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-workflow-content-versioning/m-p/239586#M192716</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2009-07-23T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: WCM Workflow Content Versioning</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/wcm-workflow-content-versioning/m-p/239587#M192717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use any valid version number instead of the '-1'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using these two references, you can then retrieve the contents of the two versions and provide them as input to a third-party 'diff' tool, either by directly streaming them as input to an API, or through temporary residence on the file-system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;————-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May you suggest any 'diff' tool? and what's the proper way to output the 'rendered' web pages? thx and looking forward to yr reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 15:06:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/wcm-workflow-content-versioning/m-p/239587#M192717</guid>
      <dc:creator>suntan</dc:creator>
      <dc:date>2009-07-23T15:06:53Z</dc:date>
    </item>
  </channel>
</rss>

