<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns="http://purl.org/rss/1.0/"
>
  <channel rdf:about="http://news.xp-framework.net/8/News">  
    <title>News</title>
    <link>http://news.xp-framework.net/8/News</link>
    <description>XP Framework</description>
    <dc:language>en-US</dc:language>
    <dc:date>2013-05-25T23:26:51+02:00</dc:date>
    <dc:creator>xp-admin@xp-framework.net</dc:creator>
    <dc:publisher/>
    <dc:rights/>
    <items>    
      <rdf:Seq>      
        <rdf:li rdf:resource="http://news.xp-framework.net/article/536/2013/05/22/5.9.3-RELEASE__Runtime_class_definition"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/535/2013/05/20/XP_Language_and_compiler__1.10.2-RELEASE"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/534/2013/05/17/5.8.14-RELEASE__Finalizing_XP_5.8"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/533/2013/05/16/XP_Release_procedure"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/532/2013/05/16/5.9.2-RELEASE"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/531/2013/05/15/ChangeLog_formatting"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/530/2013/05/14/The_new_util.Objects_class"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/529/2013/05/14/XP_Language_and_compiler__1.10.1-RELEASE__xcc_-e"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/528/2013/05/12/XP_Language_and_compiler__1.10.0-RELEASE__Compact_syntax"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/527/2013/05/12/RFC__0238__xcc_-e"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/526/2013/05/12/RFC__0250__Static_import_syntax_change"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/525/2013/05/12/RFC__0249__Exponentiation_operator__XP_Language_"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/524/2013/05/10/5.9.1-RELEASE__Unittest_parameterization__generics_fixes"/>
        <rdf:li rdf:resource="http://news.xp-framework.net/article/523/2013/05/10/XP_Language_and_compiler__1.10.0RC1__Compact_syntax"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="http://news.xp-framework.net/article/536/2013/05/22/5.9.3-RELEASE__Runtime_class_definition">  
    <title>5.9.3-RELEASE: Runtime class definition</title>
    <link>http://news.xp-framework.net/article/536/2013/05/22/5.9.3-RELEASE__Runtime_class_definition</link>
    <description>The XP Group is proud to announce the immediate availability of the fourth release in the 5.9 series, &lt;b&gt;version 5.9.3&lt;/b&gt;. This small release changes the runtime class definition functionality &lt;tt&gt;ClassLoader::defineClass()&lt;/tt&gt; and &lt;tt&gt;ClassLoader::defineInterface()&lt;/tt&gt; to load classes passed to them as parameters instead of raising exceptions, and thus adhere more to the &quot;autoloading&quot; scheme introduced with our dependency on PHP 5.3.0 and namespaces.&lt;br/&gt;&lt;br/&gt;The &lt;a href=&quot;https://github.com/xp-framework/xp-framework/blob/master/core/ChangeLog.md#593--2013-05-22&quot;&gt;full changelog&lt;/a&gt; is available in markdown format now.&lt;br/&gt;&lt;br/&gt;Installation goes as always:&lt;br/&gt;&lt;pre&gt;  $ cd ~/xp&lt;br/&gt;  $ wget http://xp-framework.net/setup/5.9.3 -O - | php -- -d ~/bin/&lt;br/&gt;&lt;/pre&gt;</description>
    <dc:date>2013-05-22T10:16:42+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/535/2013/05/20/XP_Language_and_compiler__1.10.2-RELEASE">  
    <title>XP Language and compiler, 1.10.2-RELEASE</title>
    <link>http://news.xp-framework.net/article/535/2013/05/20/XP_Language_and_compiler__1.10.2-RELEASE</link>
    <description>We are proud to announce the immediate availability of XP Language and compiler, &lt;b&gt;version 1.10.2&lt;/b&gt;. This release contains a bugfix for &lt;a href=&quot;https://github.com/xp-framework/xp-language/issues/32&quot;&gt;fatal error during compilation&lt;/a&gt; of the following:&lt;br/&gt;&lt;br/&gt;&lt;code&gt;&lt;span&gt;  &lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;class&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; Test &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;&lt;br/&gt;    public &lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;static&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; [:ChangeLogParser] &lt;/span&gt;&lt;span class=&quot;variable&quot;&gt;$changeLogs&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;= [&lt;br/&gt;      &lt;/span&gt;&lt;span class=&quot;string&quot;&gt;'ChangeLog.md'&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; MarkdownChangeLogParser&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;,&lt;br/&gt;      &lt;/span&gt;&lt;span class=&quot;string&quot;&gt;'ChangeLog'&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;    : &lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; DefaultChangeLogParser&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;&lt;br/&gt;    ];&lt;br/&gt;  &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;&lt;/span&gt;&lt;/code&gt;&lt;i&gt;Upgrade using &lt;tt&gt;xpi upgrade xp-framework/xp-language&lt;/tt&gt;&lt;/i&gt;.</description>
    <dc:date>2013-05-20T16:44:22+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/534/2013/05/17/5.8.14-RELEASE__Finalizing_XP_5.8">  
    <title>5.8.14-RELEASE: Finalizing XP 5.8</title>
    <link>http://news.xp-framework.net/article/534/2013/05/17/5.8.14-RELEASE__Finalizing_XP_5.8</link>
    <description>The XP group is proud to announce the immediate availability of XP Framework, &lt;b&gt;version 5.8.14&lt;/b&gt;. This is the &lt;b&gt;last planned release on the xp5_8 branch&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;It includes only two minor changes, a quickfix for &lt;a href=&quot;https://github.com/xp-framework/xp-framework/issues/302&quot;&gt;issue #302&lt;/a&gt; (&lt;i&gt;Exception when not specifying a context class&lt;/i&gt;) and a changed to the REST routing mechanism to allow any character in path segments (see &lt;a href=&quot;https://github.com/xp-framework/xp-framework/pull/288&quot;&gt;pull request #288&lt;/a&gt;).&lt;br/&gt;&lt;br/&gt;&lt;pre&gt;  $ cd ~/xp&lt;br/&gt;  $ wget http://xp-framework.net/setup/5.8.14 -O - | php -- -d ~/bin/&lt;br/&gt;&lt;/pre&gt;</description>
    <dc:date>2013-05-17T16:56:23+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/533/2013/05/16/XP_Release_procedure">  
    <title>XP Release procedure</title>
    <link>http://news.xp-framework.net/article/533/2013/05/16/XP_Release_procedure</link>
    <description>After introducing &lt;a href=&quot;https://github.com/xp-framework/build&quot;&gt;the new build system&lt;/a&gt; a while ago, we've produced quite a number of releases already. Time for some documentation, now that we know the procedure works as expected.&lt;br/&gt;&lt;br/&gt;The XP Wiki now contains a step by step howto for creating releases and release candidates. &lt;a href=&quot;https://github.com/xp-framework/xp-framework/wiki/Building-a-release&quot;&gt;Here it is&lt;/a&gt;!</description>
    <dc:date>2013-05-16T18:33:31+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/532/2013/05/16/5.9.2-RELEASE">  
    <title>5.9.2-RELEASE</title>
    <link>http://news.xp-framework.net/article/532/2013/05/16/5.9.2-RELEASE</link>
    <description>The XP Framework group is proud to announce the immediate availability of the 5.9.2-RELEASE. In this release we focussed on refactoring the test suite to use the new unittest parametrization features introduced in 5.9.1 and generally added some fine tuning to the code.&lt;br/&gt;&lt;br/&gt;5.9.2 is out and ready to be used:&lt;br/&gt;&lt;br/&gt;&lt;pre&gt;  $ cd ~/xp&lt;br/&gt;  $ wget http://xp-framework.net/setup/5.9.2 -O - | php -- -d ~/bin/&lt;br/&gt;&lt;/pre&gt;&lt;br/&gt;Requires: Any PHP version between 5.3.0 and 5.5.0 - Enjoy!</description>
    <dc:date>2013-05-16T16:17:29+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/531/2013/05/15/ChangeLog_formatting">  
    <title>ChangeLog formatting</title>
    <link>http://news.xp-framework.net/article/531/2013/05/15/ChangeLog_formatting</link>
    <description>&lt;b&gt;Scope of Change&lt;/b&gt;&lt;br/&gt;ChangeLog formatting will be changed to use markdown syntax, and the filename will be changed to &lt;tt&gt;ChangeLog.md&lt;/tt&gt;.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Rationale&lt;/b&gt;&lt;br/&gt;Easier viewing on GitHub.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/xp-framework/rfc/issues/273&quot;&gt;Read the full RFC here&lt;/a&gt;</description>
    <dc:date>2013-05-15T14:50:37+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/530/2013/05/14/The_new_util.Objects_class">  
    <title>The new util.Objects class</title>
    <link>http://news.xp-framework.net/article/530/2013/05/14/The_new_util.Objects_class</link>
    <description>While going through the &quot;FIXME&quot; comments in the XP Framework's codebase, I discovered &lt;a href=&quot;https://github.com/xp-framework/xp-framework/commit/12a89b2d47b174059be8d1e69ed352b2e945800d#L1R184&quot;&gt;a code duplication&lt;/a&gt; of the &lt;tt&gt;_compare()&lt;/tt&gt; method from the &lt;tt&gt;TestCase&lt;/tt&gt; class. This method was responsible for comparing two values of any type and returning TRUE if they're equal. Further research revealed quite a bit of places in the XP Framework this kind of helper method existed.&lt;br/&gt;&lt;br/&gt;By introducing &lt;tt&gt;util.Objects::equal(var $a, var $b)&lt;/tt&gt; and refactoring the existing code to reuse this new method, we reduced duplication and of course also potential for bugs.</description>
    <dc:date>2013-05-14T23:39:49+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/529/2013/05/14/XP_Language_and_compiler__1.10.1-RELEASE__xcc_-e">  
    <title>XP Language and compiler, 1.10.1-RELEASE: xcc -e</title>
    <link>http://news.xp-framework.net/article/529/2013/05/14/XP_Language_and_compiler__1.10.1-RELEASE__xcc_-e</link>
    <description>We are proud to announce the immediate availability of XP Language and compiler, &lt;b&gt;version 1.10.1&lt;/b&gt;. This release includes:&lt;br/&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;RFC #0249&lt;/b&gt;: Exponentiation operator. See &lt;a href=&quot;https://github.com/xp-framework/xp-language/pull/28&quot;&gt;here&lt;/a&gt; for details.&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;RFC #0238&lt;/b&gt;: xcc -e and xcc -w (command line code evaluation). See &lt;a href=&quot;https://github.com/xp-framework/xp-language/pull/30&quot;&gt;here&lt;/a&gt; for details.&lt;br/&gt;&lt;/li&gt;&lt;li&gt;Various &lt;b&gt;bugfixes for PHP syntax&lt;/b&gt;&lt;br/&gt;&lt;/li&gt;&lt;li&gt;A &lt;b&gt;command line option -q&lt;/b&gt; which will show only compilation errors&lt;br/&gt;&lt;/li&gt;&lt;/ul&gt;&lt;i&gt;Upgrading / installation is done via XPI&lt;/i&gt;.</description>
    <dc:date>2013-05-14T23:00:39+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/528/2013/05/12/XP_Language_and_compiler__1.10.0-RELEASE__Compact_syntax">  
    <title>XP Language and compiler, 1.10.0-RELEASE: Compact syntax</title>
    <link>http://news.xp-framework.net/article/528/2013/05/12/XP_Language_and_compiler__1.10.0-RELEASE__Compact_syntax</link>
    <description>After &lt;a href=&quot;/article/523/2013/05/10/&quot;&gt;the release candidate&lt;/a&gt; two days ago, the XP group is proud to announce the immediate availability of the XP Language and compiler, &lt;b&gt;version 1.10.0&lt;/b&gt;. This release includes:&lt;br/&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compact method, assignment and fluent interface syntax&lt;/b&gt; (the implementations of RFC #0240, #0241 and #0252. For details, see &lt;a href=&quot;https://github.com/xp-framework/xp-language/pull/15&quot;&gt;here&lt;/a&gt;&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;A dependency on XP 5.9.1&lt;/b&gt; due to the usage of parameterized unittests. See &lt;a href=&quot;/article/524/2013/05/10/&quot;&gt;the release announcement&lt;/a&gt;&lt;br/&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Bugfixes&lt;/b&gt; for errors resolving abstract enums, problems with PHP 5.3&lt;br/&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;Furthermore, the complete code base has been converted to PHP 5.3 namespaces and the &lt;a href=&quot;https://github.com/xp-framework/rfc/issues/208&quot;&gt;new coding standards&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;i&gt;Upgrading / installation is done via XPI.&lt;/i&gt; &lt;b&gt;Enjoy&lt;emoticon id=&quot;regular_smile&quot; text=&quot;:-)&quot;/&gt;&lt;/b&gt;</description>
    <dc:date>2013-05-12T19:13:26+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/527/2013/05/12/RFC__0238__xcc_-e">  
    <title>RFC #0238: xcc -e</title>
    <link>http://news.xp-framework.net/article/527/2013/05/12/RFC__0238__xcc_-e</link>
    <description>&lt;b&gt;Scope of Change&lt;/b&gt;&lt;br/&gt;In conjunction with xp -e and unittest -e, this RFC proposes to add &lt;tt&gt;xcc -e&lt;/tt&gt;.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Rationale&lt;/b&gt;&lt;br/&gt;Support what both of the other runners already do, evaluate sourcecode directly as the fastest way to discover &quot;what something does&quot;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/xp-framework/rfc/issues/238&quot;&gt;Read the full RFC here&lt;/a&gt;</description>
    <dc:date>2013-05-12T15:58:48+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/526/2013/05/12/RFC__0250__Static_import_syntax_change">  
    <title>RFC #0250: Static import syntax change</title>
    <link>http://news.xp-framework.net/article/526/2013/05/12/RFC__0250__Static_import_syntax_change</link>
    <description>&lt;b&gt;Scope of Change&lt;/b&gt;&lt;br/&gt;The XP language's static import syntax will be changed to be consistent with static member access and use the double colon operator &lt;tt&gt;::&lt;/tt&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Rationale&lt;/b&gt;&lt;br/&gt;Consistency&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/xp-framework/rfc/issues/250&quot;&gt;Read the full RFC here&lt;/a&gt;</description>
    <dc:date>2013-05-12T15:46:55+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/525/2013/05/12/RFC__0249__Exponentiation_operator__XP_Language_">  
    <title>RFC #0249: Exponentiation operator (XP Language)</title>
    <link>http://news.xp-framework.net/article/525/2013/05/12/RFC__0249__Exponentiation_operator__XP_Language_</link>
    <description>&lt;b&gt;Scope of Change&lt;/b&gt;&lt;br/&gt;A new operator for exponentiation will be added and will replace the &lt;tt&gt;pow()&lt;/tt&gt; function.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Rationale&lt;/b&gt;&lt;br/&gt;Better transportability to any platform.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/xp-framework/rfc/issues/249&quot;&gt;Read the full RFC here&lt;/a&gt;</description>
    <dc:date>2013-05-12T14:56:17+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/524/2013/05/10/5.9.1-RELEASE__Unittest_parameterization__generics_fixes">  
    <title>5.9.1-RELEASE: Unittest parameterization, generics fixes</title>
    <link>http://news.xp-framework.net/article/524/2013/05/10/5.9.1-RELEASE__Unittest_parameterization__generics_fixes</link>
    <description>Roughly a week after releasing &lt;a href=&quot;/article/519/2013/05/05/5.9.0-RELEASE&quot;&gt;5.9.0&lt;/a&gt;, we're already bumping the version to 5.9.1. This is due to the fact that &lt;a href=&quot;/article/510/2013/04/01/&quot;&gt;RFC #0267 - Unittest parameterization&lt;/a&gt;, which we're now including, was opened &lt;i&gt;after&lt;/i&gt; the feature freeze we announced with the availability of 5.9.0RC7. We're also including a series of fixes (and quite a bit of tests accompanying them) for generics.&lt;br/&gt;&lt;br/&gt;Long story short, here we are, &lt;b&gt;5.9.1 is out and ready to be used&lt;/b&gt;:&lt;br/&gt;&lt;br/&gt;&lt;pre&gt;  $ cd ~/xp&lt;br/&gt;  $ wget http://xp-framework.net/setup/5.9.1 -O - | php -- -d ~/bin/&lt;br/&gt;&lt;/pre&gt;&lt;i&gt;Requires: Any PHP version between 5.3.0 and 5.5.0, &lt;a href=&quot;http://releases.xp-framework.net/xml/release?5.9.1&quot;&gt;full ChangeLog here&lt;/a&gt;&lt;/i&gt; - &lt;b&gt;Enjoy!&lt;/b&gt;</description>
    <dc:date>2013-05-10T19:47:30+02:00</dc:date>
  </item>
  <item rdf:about="http://news.xp-framework.net/article/523/2013/05/10/XP_Language_and_compiler__1.10.0RC1__Compact_syntax">  
    <title>XP Language and compiler, 1.10.0RC1: Compact syntax</title>
    <link>http://news.xp-framework.net/article/523/2013/05/10/XP_Language_and_compiler__1.10.0RC1__Compact_syntax</link>
    <description>After releasing version 1.9.0 last week, we've finally pushed forward the long-planned &quot;compact syntax&quot; feature which allows you to write value objects more concisely.&lt;br/&gt;&lt;br/&gt;&lt;code&gt;&lt;span&gt;  public &lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;class&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; Person &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;&lt;br/&gt;    protected string &lt;/span&gt;&lt;span class=&quot;variable&quot;&gt;$name&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;;&lt;br/&gt;  &lt;br/&gt;    public __construct&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;variable&quot;&gt;$this&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;.name&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;&lt;br/&gt;    public void setName&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;variable&quot;&gt;$this&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;.name&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;&lt;br/&gt;    public this withName&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;variable&quot;&gt;$this&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;.name&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;&lt;br/&gt;    public string getName&lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;default&quot;&gt; -&amp;gt; &lt;/span&gt;&lt;span class=&quot;variable&quot;&gt;$this&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;.name;&lt;br/&gt;  &lt;/span&gt;&lt;span class=&quot;bracket&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;default&quot;&gt;&lt;/span&gt;&lt;/code&gt;For details, see &lt;a href=&quot;https://github.com/xp-framework/xp-language/pull/15&quot;&gt;this pull request&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;Upgrading / installation is done via XPI.</description>
    <dc:date>2013-05-10T11:57:10+02:00</dc:date>
  </item>
</rdf:RDF>
