<?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: Failed to execute Xpath with xpathSearch in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234285#M187415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it won't work with any of the Lucene stop words, i.e. something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;"a", "an", "and", "are", "as", "at", "be", "but", "by",&lt;BR /&gt;"for", "if", "in", "into", "is", "it",&lt;BR /&gt;"no", "not", "of", "on", "or", "such",&lt;BR /&gt;"that", "the", "their", "then", "there", "these",&lt;BR /&gt;"they", "this", "to", "was", "will", "with"&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2009 15:35:15 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2009-06-11T15:35:15Z</dc:date>
    <item>
      <title>Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234279#M187409</link>
      <description>Hi all, I have made a very simple script : var results = search.xpathSearch("//*[@af:status='In']");logger.log("\n## Document with the status set to 'In' : \n")for each (result in results){&amp;nbsp;&amp;nbsp;&amp;nbsp;logger.log("# : " + result.properties["cm:title"] + "\n");}‍‍‍‍‍‍‍‍‍But I have this error : 12:07:01,625 ERR</description>
      <pubDate>Thu, 11 Jun 2009 10:17:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234279#M187409</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-11T10:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234280#M187410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two xpath implementations in the Alfresco search service: an optimised one and one that uses Jaxen. Unfortunately the one you're calling is the optimized version, which doesn't support attribute queries. There's a comment on the wiki about it, but it's easy to miss.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fortunately, in 3.2 we're added a parameterized query interface. See the query API here: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/3.2_JavaScript_API#Search_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/3.2_JavaScript_API#Search_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set the language to "jcr-xpath" and your query should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 13:54:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234280#M187410</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-11T13:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234281#M187411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just to add… you can test your jcr-xpath style queries in the Node Browser by choosing the "selectnodes" type in the search dropdown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 14:07:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234281#M187411</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-11T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234282#M187412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes very easy to miss it when I'm looking in the 3.0 API &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok so if I have understood, I can only use this query in Alfresco 3.2? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on Alfresco 3.0.0 (Stable 1526) so I can't use something like that (It's what you suggest right?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;search.query({query: "//.[@af:status='In']", language: jcr-xpath});&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I have to use Lucene instead of xpath to do that? Or is it possible to "translate" my query in Jaxen to use the xpathSearch function (if it is possible how?).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 14:24:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234282#M187412</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-11T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234283#M187413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In 3.0, you'd have to either expose the selectNodes API by extending (or overriding, or directly editing) the org.alfresco.repo.jscript.Search class to make it available to JavaScript or - yes - use a Lucene query instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 14:35:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234283#M187413</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-11T14:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234284#M187414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok but the problem with lucene is the following: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The query is : @af\:status:"In"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Works fine with all status that I define, but not 'In'. So I sad to my self "ok you have just to change the "search-minimum" tag in the web-client-config-custom to 2 instead 3". But I have still no result with 'In'. Is there something like an (I don't know how to say that in English) "word ignore list"? Or did I miss again something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 15:16:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234284#M187414</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-11T15:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234285#M187415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it won't work with any of the Lucene stop words, i.e. something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;"a", "an", "and", "are", "as", "at", "be", "but", "by",&lt;BR /&gt;"for", "if", "in", "into", "is", "it",&lt;BR /&gt;"no", "not", "of", "on", "or", "such",&lt;BR /&gt;"that", "the", "their", "then", "there", "these",&lt;BR /&gt;"they", "this", "to", "was", "will", "with"&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 15:35:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234285#M187415</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-11T15:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234286#M187416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok anyway not really important for my script because I'm looking for another status, but for the advanced search it will be a problem. The easiest way for me is probably to change 'in' by something like 'available'. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I finally manage to make the thing work (I was working on it since this morning, what a waste of time !)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;search.luceneSearch("workspace://SpacesStore", "@af\\:status:\"Externalized\"");&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;Very important the &lt;/SPAN&gt;&lt;STRONG&gt;\\&lt;/STRONG&gt;&lt;SPAN&gt; !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway thanks for your answers MikeH it helps me to not became mad&amp;nbsp; :mrgreen:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 16:22:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234286#M187416</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-11T16:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234287#M187417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An other question in relation but for an other application. Is something like this suppose to work ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var result = search.luceneSearch("workspace://SpacesStore/50755bba-4ba1-4b9e-88e9-3a64985474e1", "TYPE:\"cm:folder\" AND @cm\\:name:\"Marketing\"");&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;When I try this it works fine I got a result: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var result = search.luceneSearch("workspace://SpacesStore", "TYPE:\"cm:folder\" AND @cm\\:name:\"Marketing\"");&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;My structure is very simple&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://www.digitalmindstudio.ch/~magicrio/alfresco/folder_structure.png" rel="nofollow noopener noreferrer"&gt;http://www.digitalmindstudio.ch/~magicrio/alfresco/folder_structure.png&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So instead of searching on company home in would like to search on the Archive folder, but it doesn't work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2009 20:01:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234287#M187417</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-14T20:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234288#M187418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first parameter in that form of the API is the store, not a nodeRef.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to add the PARENT search term to scope it to the Archive space. See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search#Simple_Queries" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search#Simple_Queries&lt;/A&gt;&lt;SPAN&gt; for details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 20:38:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234288#M187418</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-17T20:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234289#M187419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I not immediately understand but I get it :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var result = search.luceneSearch("workspace://SpacesStore", "PARENT:\"workspace://SpacesStore/50755bba-4ba1-4b9e-88e9-3a64985474e1\" AND TYPE:\"cm:folder\" AND @cm\\:name:\"Marketing\"");&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;But it doesn’t work for the children folders as mentioned. I have just the result of the parent space. So for example if I have : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Archive&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;Marketing &lt;BR /&gt;&lt;UL&gt;Department 1 &lt;BR /&gt;Department 2&lt;/UL&gt;&lt;/UL&gt;&lt;SPAN&gt;And I set de following query : &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var result = search.luceneSearch("workspace://SpacesStore", "PARENT:\"workspace://SpacesStore/50755bba-4ba1-4b9e-88e9-3a64985474e1\" AND TYPE:\"cm:folder\" AND @cm\\:name:\"Department 1\"");&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;Result =&amp;gt; none &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So how to make it works ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 08:53:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234289#M187419</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-18T08:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234290#M187420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"Department 1"'s parent isn't the archive space, so it's not part of the resultset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds like you need a PATH query instead if you want descendants as well as child nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;PATH:"/app:company_home/cm:Archive//*" +TYPE:"cm:folder"&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;Note the "//*" which will search deeper than the immediate children.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 11:50:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234290#M187420</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-06-18T11:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to execute Xpath with xpathSearch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234291#M187421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried it in the node browser, works fine thanks!&amp;nbsp; &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;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 14:45:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-execute-xpath-with-xpathsearch/m-p/234291#M187421</guid>
      <dc:creator>riogrande</dc:creator>
      <dc:date>2009-06-18T14:45:54Z</dc:date>
    </item>
  </channel>
</rss>

