<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[schuchlenz.com] &#187; symfony</title>
	<atom:link href="http://www.schuchlenz.com/tag/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schuchlenz.com</link>
	<description>posts.each do { &#124;p&#124; read(p) }</description>
	<lastBuildDate>Thu, 25 Feb 2010 13:25:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Symfony: Allowing extra field in validated forms</title>
		<link>http://www.schuchlenz.com/symfony-allowing-extra-field-in-validated-forms/</link>
		<comments>http://www.schuchlenz.com/symfony-allowing-extra-field-in-validated-forms/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:18:40 +0000</pubDate>
		<dc:creator>Stefan Schuchlenz</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[doctrine]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[override]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.schuchlenz.com/symfony-allowing-extra-field-in-validated-forms/</guid>
		<description><![CDATA[A quick hint: it unnerves me when I have to add a new field to a Doctrine form that does not belong to the model and thus always fires a validator error. Since I don&#8217;t have time and don&#8217;t want to create a whole validator array for my rather big form, I used
$this->validatorSchema->setOption('allow_extra_fields', true);
to allow [...]]]></description>
			<content:encoded><![CDATA[<p>A quick hint: it unnerves me when I have to add a new field to a <a href="http://www.schuchlenz.com/tag/doctrine/" class="st_tag internal_tag" rel="tag" title="Posts tagged with doctrine">Doctrine</a> <a href="http://www.schuchlenz.com/tag/form/" class="st_tag internal_tag" rel="tag" title="Posts tagged with form">form</a> that does not belong to the model and thus always fires a validator error. Since I don&#8217;t have time and don&#8217;t want to create a whole validator array for my rather big <a href="http://www.schuchlenz.com/tag/form/" class="st_tag internal_tag" rel="tag" title="Posts tagged with form">form</a>, I used</p>
<p><code>$this->validatorSchema->setOption('allow_extra_fields', true);</code></p>
<p>to allow extra fields in my <a href="http://www.schuchlenz.com/tag/form/" class="st_tag internal_tag" rel="tag" title="Posts tagged with form">form</a>. Use only if you do <a href="http://www.schuchlenz.com/tag/validation/" class="st_tag internal_tag" rel="tag" title="Posts tagged with validation">validation</a> otherwise or if the fields you add aren&#8217;t critical if they aren&#8217;t validated (e.g. in my case a <code>&lt;select&gt;</code>)</p>
<p><strike><i><b>EDIT: it seems that when using the code above, the added <a href="http://www.schuchlenz.com/tag/form/" class="st_tag internal_tag" rel="tag" title="Posts tagged with form">form</a> fields are not added to $<a href="http://www.schuchlenz.com/tag/form/" class="st_tag internal_tag" rel="tag" title="Posts tagged with form">form</a> (or, in fact, not sent back to the action). as soon as I figure out a fix, I&#8217;ll update this post.</b></i></strike></p>
<p><b><i>EDIT: i&#8217;ve found the source of the problem: <code>allow_extra_fields</code> allows for adding the fields, but <a href="http://www.schuchlenz.com/tag/doctrine/" class="st_tag internal_tag" rel="tag" title="Posts tagged with doctrine">Doctrine</a> filters them before processing the $<a href="http://www.schuchlenz.com/tag/form/" class="st_tag internal_tag" rel="tag" title="Posts tagged with form">form</a> item, so we have to add:</b></i></p>
<p><code>$this->validatorSchema->setOption('filter_extra_fields', false);</code></p>
<p><b><i>to make it work, since only in this manner the filtering is disabled and the <a href="http://www.schuchlenz.com/tag/data/" class="st_tag internal_tag" rel="tag" title="Posts tagged with data">data</a> is submitted.</b></i></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this on:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;partner=sociable" title="Print"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;title=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms&amp;bodytext=A%20quick%20hint%3A%20it%20unnerves%20me%20when%20I%20have%20to%20add%20a%20new%20field%20to%20a%20Doctrine%20form%20that%20does%20not%20belong%20to%20the%20model%20and%20thus%20always%20fires%20a%20validator%20error.%20Since%20I%20don%27t%20have%20time%20and%20don%27t%20want%20to%20create%20a%20whole%20validator%20array%20for%20my%20rather%20big%20form%2C" title="Digg"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;title=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms&amp;notes=A%20quick%20hint%3A%20it%20unnerves%20me%20when%20I%20have%20to%20add%20a%20new%20field%20to%20a%20Doctrine%20form%20that%20does%20not%20belong%20to%20the%20model%20and%20thus%20always%20fires%20a%20validator%20error.%20Since%20I%20don%27t%20have%20time%20and%20don%27t%20want%20to%20create%20a%20whole%20validator%20array%20for%20my%20rather%20big%20form%2C" title="del.icio.us"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;t=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms" title="Facebook"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;title=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms&amp;annotation=A%20quick%20hint%3A%20it%20unnerves%20me%20when%20I%20have%20to%20add%20a%20new%20field%20to%20a%20Doctrine%20form%20that%20does%20not%20belong%20to%20the%20model%20and%20thus%20always%20fires%20a%20validator%20error.%20Since%20I%20don%27t%20have%20time%20and%20don%27t%20want%20to%20create%20a%20whole%20validator%20array%20for%20my%20rather%20big%20form%2C" title="Google Bookmarks"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="mailto:?subject=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms&amp;body=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F" title="email"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;bm_description=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms&amp;plugin=soc" title="MisterWong"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;t=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms" title="MySpace"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;title=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms" title="Reddit"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.schuchlenz.com/feed/" title="RSS"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-allowing-extra-field-in-validated-forms%2F&amp;t=Symfony%3A%20Allowing%20extra%20field%20in%20validated%20forms&opener=bm&amp;ei=UTF-8&amp;d=A%20quick%20hint%3A%20it%20unnerves%20me%20when%20I%20have%20to%20add%20a%20new%20field%20to%20a%20Doctrine%20form%20that%20does%20not%20belong%20to%20the%20model%20and%20thus%20always%20fires%20a%20validator%20error.%20Since%20I%20don%27t%20have%20time%20and%20don%27t%20want%20to%20create%20a%20whole%20validator%20array%20for%20my%20rather%20big%20form%2C" title="Yahoo! Bookmarks"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
</ul>
</div>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.schuchlenz.com/symfony-how-to-get-data-from-session-into-form/" title="Symfony: How to get data from session into form (02.11.2009)">Symfony: How to get data from session into form</a> (1)</li>
	<li><a href="http://www.schuchlenz.com/doing-update-with-doctrine-and-a-string-as-parameter/" title="Doing UPDATE with Doctrine and a String as Parameter (14.12.2009)">Doing UPDATE with Doctrine and a String as Parameter</a> (0)</li>
	<li><a href="http://www.schuchlenz.com/doctrine-queries/" title="Doctrine Queries (04.11.2009)">Doctrine Queries</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.schuchlenz.com/symfony-allowing-extra-field-in-validated-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony: How to get data from session into form</title>
		<link>http://www.schuchlenz.com/symfony-how-to-get-data-from-session-into-form/</link>
		<comments>http://www.schuchlenz.com/symfony-how-to-get-data-from-session-into-form/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:59:36 +0000</pubDate>
		<dc:creator>Stefan Schuchlenz</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[partial]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.schuchlenz.com/symfony-how-to-get-data-from-session-into-form/</guid>
		<description><![CDATA[I tried to put the user id from the session into a hidden form field and &#8211; guess what? I tried for friggin&#8217; 30 minutes to figure out how.
In standard PHP, you would have put &#60;?php echo $_SESSION['userId'] ?&#62;  and be set, but in Symfony, you have to put sfContext::getInstance()-&#62;getUser()-&#62;getAttribute('...'); in your action to [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to put the <a href="http://www.schuchlenz.com/tag/user/" class="st_tag internal_tag" rel="tag" title="Posts tagged with user">user</a> id from the <a href="http://www.schuchlenz.com/tag/session/" class="st_tag internal_tag" rel="tag" title="Posts tagged with session">session</a> into a hidden <a href="http://www.schuchlenz.com/tag/form/" class="st_tag internal_tag" rel="tag" title="Posts tagged with form">form</a> field and &#8211; guess what? I tried for friggin&#8217; 30 minutes to figure out how.</p>
<p>In standard PHP, you would have put <code>&lt;?php echo $_SESSION['userId'] ?&gt;</code>  and be set, but in <a href="http://www.schuchlenz.com/tag/symfony/" class="st_tag internal_tag" rel="tag" title="Posts tagged with symfony">Symfony</a>, you have to put <code>sfContext::getInstance()-&gt;getUser()-&gt;getAttribute('...');</code> in your action to get it to work.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share this on:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;partner=sociable" title="Print"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;title=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form&amp;bodytext=I%20tried%20to%20put%20the%20user%20id%20from%20the%20session%20into%20a%20hidden%20form%20field%20and%20-%20guess%20what%3F%20I%20tried%20for%20friggin%27%2030%20minutes%20to%20figure%20out%20how.%0D%0A%0D%0AIn%20standard%20PHP%2C%20you%20would%20have%20put%20%26lt%3B%3Fphp%20echo%20%24_SESSION%5B%27userId%27%5D%20%3F%26gt%3B%20%20and%20be%20set%2C%20but%20in%20Symfony%2C%20you%20" title="Digg"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;title=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form&amp;notes=I%20tried%20to%20put%20the%20user%20id%20from%20the%20session%20into%20a%20hidden%20form%20field%20and%20-%20guess%20what%3F%20I%20tried%20for%20friggin%27%2030%20minutes%20to%20figure%20out%20how.%0D%0A%0D%0AIn%20standard%20PHP%2C%20you%20would%20have%20put%20%26lt%3B%3Fphp%20echo%20%24_SESSION%5B%27userId%27%5D%20%3F%26gt%3B%20%20and%20be%20set%2C%20but%20in%20Symfony%2C%20you%20" title="del.icio.us"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;t=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form" title="Facebook"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;title=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form&amp;annotation=I%20tried%20to%20put%20the%20user%20id%20from%20the%20session%20into%20a%20hidden%20form%20field%20and%20-%20guess%20what%3F%20I%20tried%20for%20friggin%27%2030%20minutes%20to%20figure%20out%20how.%0D%0A%0D%0AIn%20standard%20PHP%2C%20you%20would%20have%20put%20%26lt%3B%3Fphp%20echo%20%24_SESSION%5B%27userId%27%5D%20%3F%26gt%3B%20%20and%20be%20set%2C%20but%20in%20Symfony%2C%20you%20" title="Google Bookmarks"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/addtofavorites.png" title="Add to favorites" alt="Add to favorites" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="mailto:?subject=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form&amp;body=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F" title="email"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.mister-wong.com/addurl/?bm_url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;bm_description=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form&amp;plugin=soc" title="MisterWong"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong" alt="MisterWong" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;t=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form" title="MySpace"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;title=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form" title="Reddit"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.schuchlenz.com/feed/" title="RSS"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.schuchlenz.com%2Fsymfony-how-to-get-data-from-session-into-form%2F&amp;t=Symfony%3A%20How%20to%20get%20data%20from%20session%20into%20form&opener=bm&amp;ei=UTF-8&amp;d=I%20tried%20to%20put%20the%20user%20id%20from%20the%20session%20into%20a%20hidden%20form%20field%20and%20-%20guess%20what%3F%20I%20tried%20for%20friggin%27%2030%20minutes%20to%20figure%20out%20how.%0D%0A%0D%0AIn%20standard%20PHP%2C%20you%20would%20have%20put%20%26lt%3B%3Fphp%20echo%20%24_SESSION%5B%27userId%27%5D%20%3F%26gt%3B%20%20and%20be%20set%2C%20but%20in%20Symfony%2C%20you%20" title="Yahoo! Bookmarks"><img src="http://www.schuchlenz.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
</ul>
</div>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.schuchlenz.com/symfony-allowing-extra-field-in-validated-forms/" title="Symfony: Allowing extra field in validated forms (04.11.2009)">Symfony: Allowing extra field in validated forms</a> (0)</li>
	<li><a href="http://www.schuchlenz.com/svn-a-quick-howto/" title="SVN: A quick HOWTO (04.11.2009)">SVN: A quick HOWTO</a> (0)</li>
	<li><a href="http://www.schuchlenz.com/quick-and-dirty-guide-to-your-1st-rails-app-part-1/" title="Quick and Dirty Guide to your 1st Rails app &#8211; Part #1 (03.11.2009)">Quick and Dirty Guide to your 1st Rails app &#8211; Part #1</a> (2)</li>
	<li><a href="http://www.schuchlenz.com/mailer-howto-for-rails/" title="Mailer HOWTO for Rails (05.11.2009)">Mailer HOWTO for Rails</a> (2)</li>
	<li><a href="http://www.schuchlenz.com/activescaffold-how-to-get-started/" title="ActiveScaffold: How to get started (02.11.2009)">ActiveScaffold: How to get started</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.schuchlenz.com/symfony-how-to-get-data-from-session-into-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
