<?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: Where to look for categories? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276079#M229209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you're missing a parameter in your call to getAllCategoryNodes. This method requires you to specify the QName-String of the classification of which you want to retrieve all category nodes, so e.g. &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var size = classification.getAllCategoryNodes("cm:generalClassifiable").length;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2012 16:12:16 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2012-08-13T16:12:16Z</dc:date>
    <item>
      <title>Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276074#M229204</link>
      <description>Hello everybody, I'm a total newbie to Alfresco scripting, but I have an urgent task, that has to be completed 'yesterday'. I'm a PHP&amp;amp; JavaScript programmer, but I do not yet understand the object model and the framework in Alfresco.My task is to create category tree according to a structure sto</description>
      <pubDate>Fri, 10 Aug 2012 21:06:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276074#M229204</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-10T21:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276075#M229205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;categories can be found via the &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/4.0_JavaScript_API#Classification_API" rel="nofollow noopener noreferrer"&gt;classification root object&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2012 09:34:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276075#M229205</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-08-11T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276076#M229206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Axel, thanks a lot for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another question on classification. I have two properties there: a name (in Cyrillic) and a description. node.name returns me its ID (hex) and I cannot find descriptions at all. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And the final point is to create categories with descritions. I can see createSubCategory function, but it accepts only 'name' as an argument. How can I add a description?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 08:38:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276076#M229206</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-13T08:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276077#M229207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hmm, node.name (or alternatively node.properties.name) should yield your cyrillic name, not the ID. The description is a regular property and should be obtainable by node.properties.description.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You're right that the createSubCategory function only accepts a "name" argument. All classification services in Alfresco work on the assumption, that a classification node at their core only require a name for the classification tree. In order to add and access metadata to categories, you need to use the standard NodeService or ScriptNode operations, since categories are essentially just plain old nodes. So 1) create category via createSubCategory and then 2) modify the properties of the returned category node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 08:54:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276077#M229207</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-08-13T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276078#M229208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for your answer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yet I don't understand. Maybe on my installation there is smth. wrong with the classification object?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've written a primitive script - a line, actually:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var nodes_prop = classification.getAllCategoryNodes().length;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And only this var output in the template.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I get from the server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Message:&amp;nbsp;&amp;nbsp;&amp;nbsp;07130152 Wrapped Exception (with status template): 07136864 Failed to execute script '/test/folder1.get.js (in repository store workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts Extensions)': 07136863 Can't find method org.alfresco.repo.jscript.Classification.getAllCategoryNodes(). (workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts Extensions/test/folder1.get.js#3)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Exception:&amp;nbsp;&amp;nbsp;&amp;nbsp;org.mozilla.javascript.EvaluatorException - Can't find method org.alfresco.repo.jscript.Classification.getAllCategoryNodes(). (workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts Extensions/test/folder1.get.js#3)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:109)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.mozilla.javascript.Context.reportRuntimeError(Context.java:1030)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;org.mozilla.javascript.Context.reportRuntimeError(Context.java:1086)&lt;BR /&gt;&lt;BR /&gt;etc…&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the reason?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 15:26:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276078#M229208</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-13T15:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276079#M229209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you're missing a parameter in your call to getAllCategoryNodes. This method requires you to specify the QName-String of the classification of which you want to retrieve all category nodes, so e.g. &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var size = classification.getAllCategoryNodes("cm:generalClassifiable").length;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 16:12:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276079#M229209</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-08-13T16:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276080#M229210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, thanks, indeed, my fault. Though I've tried this way too. Now it gives 0 as a result. Is that OK? I guess, no.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 18:52:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276080#M229210</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-13T18:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276081#M229211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For cm:generalClassifiable this is not ok (except if you have deleted all the out-of-the-box categories). It may be that your Lucene / SOLR service is not working correctly, since all category handling is done via searches. Check the categoryRoot and classification via the node browser to make sure the categories are actually there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 20:53:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276081#M229211</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-08-13T20:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276082#M229212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The categories are there. And if I use luceneSearch, I find many of them (but without proper names, as I've told above). What can I do in such situation? Is it possible to fix the search services?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 21:25:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276082#M229212</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-13T21:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276083#M229213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our admin told me that there are indexes broken on the site. Could that be the reason?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 15:07:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276083#M229213</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-14T15:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276084#M229214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes - category search / navigation in admin view uses index and if there is some corruption, this may explain your issues.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 15:12:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276084#M229214</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-08-14T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276085#M229215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ОК, Аxel, thanks A LOT for your help. Your advice was very useful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 20:07:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276085#M229215</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-14T20:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276086#M229216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm stuck again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This weekend the indexes were rebuilt, so the code&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var size = classification.getAllCategoryNodes("cm:generalClassifiable").length;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; works ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I can get the full list of the categories, but I cannot find categories by name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var nodes = classification.childByNamePath("Test");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;gives me &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Message:&amp;nbsp;&amp;nbsp;&amp;nbsp;07200006 Wrapped Exception (with status template): 07200446 Failed to execute script '/test/folder1.get.js (in repository store workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts Extensions)': 07200445 TypeError: Cannot find function childByNamePath. (workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts Extensions/test/folder1.get.js#1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Exception:&amp;nbsp;&amp;nbsp;&amp;nbsp;org.mozilla.javascript.EcmaError - TypeError: Cannot find function childByNamePath. (workspace://SpacesStore/Company Home/Data Dictionary/Web Scripts Extensions/test/folder1.get.js#1)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;What's wrong? How can I find a category by its name?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 07:24:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276086#M229216</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-20T07:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276087#M229217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can't use childByNamePath on classification as this is not a propert ScriptNode. You need to obtain the root node to search from first. Unfortunately, you can only obtain root categories via classification, not the absolute root node for the entire category tree. This means you have to look up a root category via JavaScript loop and name checks, while any category below a root category may be found via childByNamePath relative to that root category node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please be aware that if you use childByNamePath you will NOT end up with a CategoryNode - all elements returned are simple ScriptNode, which lack some category related functionality. The only alternative to this is implementing your own JavaScript based lookup which uses the getRootCategories (classification) and getSubCategories (CategoryNode) functions and finds your target category via loop and compare operations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 09:47:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276087#M229217</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-08-20T09:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Where to look for categories?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276088#M229218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's sad. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; Thanks, Axel. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, in Alfresco 3.4. there is even no method called getSubCategories. So my task is simple - to loop through all the categories. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alina&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 11:10:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/where-to-look-for-categories/m-p/276088#M229218</guid>
      <dc:creator>alina</dc:creator>
      <dc:date>2012-08-20T11:10:28Z</dc:date>
    </item>
  </channel>
</rss>

