<?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: Creating Space with PHPLibrary in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9420#M3367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately I'm not sure the PHP library upload code works or is complete. I'd lov to see a sample if someone can get it working?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2006 19:18:10 GMT</pubDate>
    <dc:creator>eron123</dc:creator>
    <dc:date>2006-09-05T19:18:10Z</dc:date>
    <item>
      <title>Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9414#M3361</link>
      <description>Hi.First of all, congratulations for your PHP iniciative it will be great for us PHP developers.Now I have two questions: 1)how can I create a space via php library? Is it with a query using CML?2)how can I give permissions to users on that space?I'm not sure how can I do this. If it can't be done v</description>
      <pubDate>Mon, 13 Mar 2006 08:49:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9414#M3361</guid>
      <dc:creator>juanc82</dc:creator>
      <dc:date>2006-03-13T08:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9415#M3362</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;Thanks for the kind comments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, in order to create a space you will need to use CML and to assign permissions you will need to use the AccessControl web service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These are both available in 1.2, but only the stub have been generated fro the PHP library, there are not the helper interfaces that are available for some of the other services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This means you'll have to a bit of work, calling the PHP stubs directly in order to so this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2006 10:03:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9415#M3362</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2006-03-17T10:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9416#M3363</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;Support for CML in the PHP library has been contributed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Checkout the latest code from the PHP &lt;/SPAN&gt;&lt;A href="http://forge.alfresco.com" rel="nofollow noopener noreferrer"&gt;forge&lt;/A&gt;&lt;SPAN&gt; project to try it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2006 14:49:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9416#M3363</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2006-03-30T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9417#M3364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Roy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the annoucement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been wondering how to create the space with CML. I've been looking at the code and also comparing it with the one in Java but i don't arrive to the code that actually will let me create a space from a PHP application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've noticed that the new version of the library includes the update method but i don't now how to build a CML statement (in this case an CMLCreate statement) in order to pass it to this function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hints?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2006 21:13:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9417#M3364</guid>
      <dc:creator>juanc82</dc:creator>
      <dc:date>2006-04-09T21:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9418#M3365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is some sample code for creating Stores:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;$storename = "New Store";&lt;BR /&gt;$properties[0] = new NamedValue( "{&lt;A href="http://www.alfresco.org/model/content/1.0}name" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}name&lt;/A&gt;", $storename);&lt;BR /&gt;$properties[1] = new NamedValue( "{&lt;A href="http://www.alfresco.org/model/content/1.0}title" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}title&lt;/A&gt;", $storename);&lt;BR /&gt;$properties[2] = new NamedValue("{&lt;A href="http://www.alfresco.org/model/content/1.0}description" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}description&lt;/A&gt;", "test");&lt;BR /&gt;$reference = new Reference($store, $focus-&amp;gt;settings['alfresco_space'] );&lt;BR /&gt;$parentreference = new ParentReference($store, $reference-&amp;gt;getUuid(), $reference-&amp;gt;getPath(), ASSOC_CONTAINS,&amp;nbsp; createQNameString( NAMESPACE_CONTENT_MODEL, $storename) );&lt;BR /&gt; $create = new CMLCreate($storename, $parentreference, TYPE_FOLDER, $properties);&lt;BR /&gt;$cml = new CML();&lt;BR /&gt;$cmllist[0] = $create;&lt;BR /&gt;$cml-&amp;gt;setCreate($create );&lt;BR /&gt;&lt;BR /&gt;$results = @$repository_service-&amp;gt;update($cml);&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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 13:52:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9418#M3365</guid>
      <dc:creator>eron123</dc:creator>
      <dc:date>2006-06-14T13:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9419#M3366</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;SPAN&gt;is the creation/upload content similar to this code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 06:02:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9419#M3366</guid>
      <dc:creator>khalylmk</dc:creator>
      <dc:date>2006-09-04T06:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9420#M3367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately I'm not sure the PHP library upload code works or is complete. I'd lov to see a sample if someone can get it working?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 19:18:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9420#M3367</guid>
      <dc:creator>eron123</dc:creator>
      <dc:date>2006-09-05T19:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9421#M3368</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;SPAN&gt;in fact the best i could do is to overwrite the contents of a certain file with the contents of another (uploaded) file. now i only need to get to create a node within a store to be able to write to it…&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; there's still the process of checking out and checking in…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i tried creating a new content node, with the following, but i'm getting an error. Hope someone could help me out:!&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;$properties[0] = new NamedValue( "{&lt;A href="http://www.alfresco.org/model/content/1.0}name%22,false" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}name',false&lt;/A&gt;, $contentname, null);&lt;BR /&gt;$properties[1] = new NamedValue( "{&lt;A href="http://www.alfresco.org/model/content/1.0}title" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}title&lt;/A&gt;", false, $contentname, null);&lt;BR /&gt;$properties[2] = new NamedValue("{&lt;A href="http://www.alfresco.org/model/content/1.0}description" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}description&lt;/A&gt;", false, "test", null);&lt;BR /&gt;//$reference = new Reference($store, $focus-&amp;gt;settings['alfresco_space'] );&lt;BR /&gt;$parentreference = new ParentReference($store, $reference-&amp;gt;getUuid(), $reference-&amp;gt;getPath(), ASSOC_CONTAINS,&amp;nbsp; createQNameString( NAMESPACE_CONTENT_MODEL, $contentname) );&lt;BR /&gt; $create = new CMLCreate($contentname, $parentreference, TYPE_CONTENT, $properties);&lt;BR /&gt;$cml = new CML();&lt;BR /&gt;$cmllist[0] = $create;&lt;BR /&gt;$cml-&amp;gt;setCreate($create );&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;$results = $repository_service-&amp;gt;update($cml); &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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Error: couldn't build response&lt;BR /&gt;Stack trace: #0 D:\PROJECT\WORK\web\TEST\lib\alfresco\RepositoryService.php(109): BaseService-&amp;gt;checkForError(Object(SOAP_Fault)) #1 D:\PROJECT\WORK\web\TEST\modules\alfresco\addNode.php5(107): RepositoryService-&amp;gt;update(Object(CML)) #2&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 10:41:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9421#M3368</guid>
      <dc:creator>khalylmk</dc:creator>
      <dc:date>2006-09-06T10:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9422#M3369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How did you go about uploading new content from a file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:14:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9422#M3369</guid>
      <dc:creator>marcus</dc:creator>
      <dc:date>2006-10-12T06:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9423#M3370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it doesn't seem like there is anything about CML or NamedValue in the 1.4 version &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;has the method of adding a space/content changed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there doesn't seem to be any sample code around for creating data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could anyone provide an example of adding a space or creating content?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 18:30:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9423#M3370</guid>
      <dc:creator>ga_katie</dc:creator>
      <dc:date>2006-12-11T18:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Space with PHPLibrary</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9424#M3371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried the code below, but unfortunately isn't working. I think the $properties object is wrong, because if I comment all the $properties rows, the new folder is created, but the name of the new folder something like this: 639670bc-039b-11dc-a982-4b4c459a186c. Can anybody help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Here is some sample code for creating Stores:&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;$storename = "New Store";&lt;BR /&gt;$properties[0] = new NamedValue( &lt;BR /&gt;"{&lt;A href="http://www.alfresco.org/model/content/1.0}name" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}name&lt;/A&gt;", $storename);&lt;BR /&gt;$properties[1] = new NamedValue( &lt;BR /&gt;"{&lt;A href="http://www.alfresco.org/model/content/1.0}title" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}title&lt;/A&gt;", $storename);&lt;BR /&gt;$properties[2] = new &lt;BR /&gt;NamedValue("{&lt;A href="http://www.alfresco.org/model/content/1.0}description" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}description&lt;/A&gt;", &lt;BR /&gt;"test");&lt;BR /&gt;$reference = new Reference($store, $focus-&amp;gt;settings['alfresco_space'] );&lt;BR /&gt;$parentreference = new ParentReference($store, $reference-&amp;gt;getUuid(), &lt;BR /&gt;$reference-&amp;gt;getPath(), ASSOC_CONTAINS,&amp;nbsp; createQNameString( &lt;BR /&gt;NAMESPACE_CONTENT_MODEL, $storename) );&lt;BR /&gt; $create = new CMLCreate($storename, $parentreference, TYPE_FOLDER, &lt;BR /&gt;$properties);&lt;BR /&gt;$cml = new CML();&lt;BR /&gt;$cmllist[0] = $create;&lt;BR /&gt;$cml-&amp;gt;setCreate($create );&lt;BR /&gt;&lt;BR /&gt;$results = @$repository_service-&amp;gt;update($cml);&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;/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;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 10:59:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-space-with-phplibrary/m-p/9424#M3371</guid>
      <dc:creator>fler</dc:creator>
      <dc:date>2007-05-16T10:59:48Z</dc:date>
    </item>
  </channel>
</rss>

