<?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 Search file created in my WCM !! in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-file-created-in-my-wcm/m-p/174301#M127431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to get the file and want to attach that file with email.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my file resides in :&amp;nbsp; company_home /Web Projects/myProject&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and inside myProject I have folder structure like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;en/content/news&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;inside news i have my XML file and I want to get this file. And want to send this file as an attachment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any idea ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont have any idea through node browser how to get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 10:21:34 GMT</pubDate>
    <dc:creator>power</dc:creator>
    <dc:date>2008-06-23T10:21:34Z</dc:date>
    <item>
      <title>Search file created in my WCM !!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-file-created-in-my-wcm/m-p/174301#M127431</link>
      <description>Hi everybody,I want to get the file and want to attach that file with email.my file resides in :&amp;nbsp; company_home /Web Projects/myProjectand inside myProject I have folder structure likeen/content/newsinside news i have my XML file and I want to get this file. And want to send this file as an attachmen</description>
      <pubDate>Mon, 23 Jun 2008 10:21:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-file-created-in-my-wcm/m-p/174301#M127431</guid>
      <dc:creator>power</dc:creator>
      <dc:date>2008-06-23T10:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search file created in my WCM !!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-file-created-in-my-wcm/m-p/174302#M127432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Overview of WCM can be found here. &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/WCM_Overview" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/WCM_Overview&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;AVM stands for Advanced Versioning Manager. Alfresco AVM is an advanced repository implementation designed to support the version control requirements of managing large websites and web applications. The AVM consists of a forest of content repositories that can be used to manage the development and staging of web content and associated source code. Each AVM repository is loosely modeled on Subversion, providing source code control for websites. Each AVM repository can be considered the equivalent of a normal Alfresco SpacesStores that supports an extended versioning model…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;If you go into the Node Browser you should see a list of space stores starting with "avm://myProject…". These are all the various version'd stores for your web project. If you have added users to the web project, they will also have their own copy of the store. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming that you want the XML file from the staging head (this is where content ends up once approved by editors / authors), you'll need to select the "avm://myProject" repository to browse. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should find that the path to your content is something like "avm://myProject/-1;www;avm_webapps;ROOT;en;content;news". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/JavaScript_API_Cookbook#Use_AVM_API_to_Process_Webproject_Store" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JavaScript_API_Cookbook#Use_AVM_API_to_Process_Webproject_Store&lt;/A&gt;&lt;SPAN&gt; for example of finding the content within a web store using the javascript api.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:45:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-file-created-in-my-wcm/m-p/174302#M127432</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2008-06-24T10:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search file created in my WCM !!</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-file-created-in-my-wcm/m-p/174303#M127433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi zaizi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very very much thanks to you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try your solution and let you know.&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, 03 Jul 2008 05:21:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-file-created-in-my-wcm/m-p/174303#M127433</guid>
      <dc:creator>power</dc:creator>
      <dc:date>2008-07-03T05:21:13Z</dc:date>
    </item>
  </channel>
</rss>

