<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Zend_Form with XML Tutorial</title>
	<atom:link href="http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/</link>
	<description>Soms een lach, soms een traan maar zal dit voor altijd bestaan...</description>
	<lastBuildDate>Thu, 17 May 2012 05:39:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: StanislaS</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-33729</link>
		<dc:creator>StanislaS</dc:creator>
		<pubDate>Sat, 11 Jun 2011 04:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-33729</guid>
		<description>Hi! Great technics! But how to configure custom validator messages in this xml file?</description>
		<content:encoded><![CDATA[<p>Hi! Great technics! But how to configure custom validator messages in this xml file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend_Form über xml validieren &#124; Nikos Web</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-32583</link>
		<dc:creator>Zend_Form über xml validieren &#124; Nikos Web</dc:creator>
		<pubDate>Mon, 02 May 2011 08:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-32583</guid>
		<description>[...] Ein weiteres Tutorial, welches sich mit Zend_Form und XML beschäftigt, findet man auf der Seite von Pieter. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ein weiteres Tutorial, welches sich mit Zend_Form und XML beschäftigt, findet man auf der Seite von Pieter. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snakehit</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-29730</link>
		<dc:creator>Snakehit</dc:creator>
		<pubDate>Mon, 24 Jan 2011 16:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-29730</guid>
		<description>Hello Mizanur,

Radio:
&lt;language&gt; &lt;type&gt;radio&lt;/type&gt;
&lt;options&gt;
&lt;id&gt;language&lt;/id&gt; &lt;label&gt;Language:&lt;/label&gt;
&lt;multioptions&gt; &lt;nl&gt;Dutch&lt;/nl&gt; &lt;en&gt;English&lt;/en&gt; &lt;fr&gt;French&lt;/fr&gt;
&lt;de&gt;Deutsch&lt;/de&gt; &lt;/multioptions&gt; &lt;/options&gt;
&lt;/language&gt;

&lt;br /&gt;
Checkbox:
&lt;language&gt; &lt;type&gt;checkbox&lt;/type&gt;
&lt;options&gt;
&lt;id&gt;language&lt;/id&gt; &lt;label&gt;Language:&lt;/label&gt;
&lt;multioptions&gt; &lt;nl&gt;Dutch&lt;/nl&gt; &lt;en&gt;English&lt;/en&gt; &lt;fr&gt;French&lt;/fr&gt;
&lt;de&gt;Deutsch&lt;/de&gt; &lt;/multioptions&gt; &lt;/options&gt;
&lt;/language&gt;</description>
		<content:encoded><![CDATA[<p>Hello Mizanur,</p>
<p>Radio:<br />
&lt;language&gt; &lt;type&gt;radio&lt;/type&gt;<br />
&lt;options&gt;<br />
&lt;id&gt;language&lt;/id&gt; &lt;label&gt;Language:&lt;/label&gt;<br />
&lt;multioptions&gt; &lt;nl&gt;Dutch&lt;/nl&gt; &lt;en&gt;English&lt;/en&gt; &lt;fr&gt;French&lt;/fr&gt;<br />
&lt;de&gt;Deutsch&lt;/de&gt; &lt;/multioptions&gt; &lt;/options&gt;<br />
&lt;/language&gt;</p>
<p>
Checkbox:<br />
&lt;language&gt; &lt;type&gt;checkbox&lt;/type&gt;<br />
&lt;options&gt;<br />
&lt;id&gt;language&lt;/id&gt; &lt;label&gt;Language:&lt;/label&gt;<br />
&lt;multioptions&gt; &lt;nl&gt;Dutch&lt;/nl&gt; &lt;en&gt;English&lt;/en&gt; &lt;fr&gt;French&lt;/fr&gt;<br />
&lt;de&gt;Deutsch&lt;/de&gt; &lt;/multioptions&gt; &lt;/options&gt;<br />
&lt;/language&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mizanur</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-29606</link>
		<dc:creator>mizanur</dc:creator>
		<pubDate>Fri, 21 Jan 2011 16:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-29606</guid>
		<description>elloo,

thanks for the tutorial was wondering if you can tell what is the xml syntax for zend_form multicheckbox and (group) radio element are. 

many thanks.</description>
		<content:encoded><![CDATA[<p>elloo,</p>
<p>thanks for the tutorial was wondering if you can tell what is the xml syntax for zend_form multicheckbox and (group) radio element are. </p>
<p>many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neamar</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-21042</link>
		<dc:creator>Neamar</dc:creator>
		<pubDate>Mon, 21 Jun 2010 09:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-21042</guid>
		<description>This is really great : amazingly simple.

However, is there a way to export a Zend_Form object to its XML representation ? That will be even cooler; cause i&#039;m currently forced to export the XML manually which is not quick.</description>
		<content:encoded><![CDATA[<p>This is really great : amazingly simple.</p>
<p>However, is there a way to export a Zend_Form object to its XML representation ? That will be even cooler; cause i&#8217;m currently forced to export the XML manually which is not quick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snakehit</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-20328</link>
		<dc:creator>Snakehit</dc:creator>
		<pubDate>Sun, 23 May 2010 18:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-20328</guid>
		<description>Like this?

&lt;language&gt; &lt;type&gt;select&lt;/type&gt;
&lt;options&gt;
&lt;id&gt;language&lt;/id&gt;&lt;label&gt;Language:&lt;/label&gt;
&lt;multioptions&gt;&lt;nl&gt;Dutch&lt;/nl&gt;&lt;en&gt;English&lt;/en&gt;&lt;fr&gt;French&lt;/fr&gt;
&lt;de&gt;Deutsch&lt;/de&gt;&lt;/multioptions&gt;&lt;/options&gt;
&lt;/language&gt;</description>
		<content:encoded><![CDATA[<p>Like this?</p>
<p>&lt;language&gt; &lt;type&gt;select&lt;/type&gt;<br />
&lt;options&gt;<br />
&lt;id&gt;language&lt;/id&gt;&lt;label&gt;Language:&lt;/label&gt;<br />
&lt;multioptions&gt;&lt;nl&gt;Dutch&lt;/nl&gt;&lt;en&gt;English&lt;/en&gt;&lt;fr&gt;French&lt;/fr&gt;<br />
&lt;de&gt;Deutsch&lt;/de&gt;&lt;/multioptions&gt;&lt;/options&gt;<br />
&lt;/language&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-20254</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Thu, 20 May 2010 17:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-20254</guid>
		<description>Hello,

I am trying as someone else was earlier to use different form elements. How do I create a select element?

Ben</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am trying as someone else was earlier to use different form elements. How do I create a select element?</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-14992</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-14992</guid>
		<description>[...] Zend_Form with XML Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Zend_Form with XML Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snakehit</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-10471</link>
		<dc:creator>Snakehit</dc:creator>
		<pubDate>Fri, 12 Jun 2009 22:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-10471</guid>
		<description>Hello PixelMaker,

If you can give me some more details I could help you yes.</description>
		<content:encoded><![CDATA[<p>Hello PixelMaker,</p>
<p>If you can give me some more details I could help you yes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PixelMaker</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-9764</link>
		<dc:creator>PixelMaker</dc:creator>
		<pubDate>Wed, 20 May 2009 19:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-9764</guid>
		<description>Hi,

Thank you very much. This example is very nice and cool. I need some more help from you. Its not validating the form.

Can you guide me in this aspect?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you very much. This example is very nice and cool. I need some more help from you. Its not validating the form.</p>
<p>Can you guide me in this aspect?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salubr</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-7163</link>
		<dc:creator>Salubr</dc:creator>
		<pubDate>Sat, 07 Feb 2009 06:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-7163</guid>
		<description>Nice work! I’ll have to do a cross post on this one ;)</description>
		<content:encoded><![CDATA[<p>Nice work! I’ll have to do a cross post on this one <img src='http://blog.snakehit.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Almada</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-7145</link>
		<dc:creator>Almada</dc:creator>
		<pubDate>Fri, 06 Feb 2009 13:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-7145</guid>
		<description>Thank you for sharing. I came to this site to read how things really are</description>
		<content:encoded><![CDATA[<p>Thank you for sharing. I came to this site to read how things really are</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NiFkE</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-4272</link>
		<dc:creator>NiFkE</dc:creator>
		<pubDate>Mon, 28 Jul 2008 12:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-4272</guid>
		<description>http://search.live.com/results.aspx?q=zend+tutorial&amp;go=&amp;form=QBRE

first hit, not bad :)

Just started with Zend but there is a big lack on great up2date beginner tutorials :(</description>
		<content:encoded><![CDATA[<p><a href="http://search.live.com/results.aspx?q=zend+tutorial&#038;go=&#038;form=QBRE" rel="nofollow">http://search.live.com/results.aspx?q=zend+tutorial&#038;go=&#038;form=QBRE</a></p>
<p>first hit, not bad <img src='http://blog.snakehit.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just started with Zend but there is a big lack on great up2date beginner tutorials <img src='http://blog.snakehit.be/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieran Hall</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-4155</link>
		<dc:creator>Kieran Hall</dc:creator>
		<pubDate>Wed, 02 Jul 2008 15:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-4155</guid>
		<description>I noticed that you have defined the local variable &lt;code&gt;$formData&lt;/code&gt; in the if conditional block, yet referenced it in the corresponding else block; where it is out of scope.

I assume you meant to assign this variable outside of the if statement or use a different variable in the else block.

Thanks,
Kieran.</description>
		<content:encoded><![CDATA[<p>I noticed that you have defined the local variable <code>$formData</code> in the if conditional block, yet referenced it in the corresponding else block; where it is out of scope.</p>
<p>I assume you meant to assign this variable outside of the if statement or use a different variable in the else block.</p>
<p>Thanks,<br />
Kieran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schmkr</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3989</link>
		<dc:creator>schmkr</dc:creator>
		<pubDate>Sat, 07 Jun 2008 11:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3989</guid>
		<description>Thanks!

That worked!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>That worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snakehit</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3984</link>
		<dc:creator>Snakehit</dc:creator>
		<pubDate>Fri, 06 Jun 2008 22:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3984</guid>
		<description>Sure, just create your element

		
&lt;language&gt;					&lt;type&gt;radio&lt;/type&gt;
&lt;options&gt;
&lt;id&gt;language&lt;/id&gt;					&lt;label&gt;Language:&lt;/label&gt;
&lt;multioptions&gt;						&lt;nl&gt;Dutch&lt;/nl&gt;				&lt;en&gt;English&lt;/en&gt;					&lt;fr&gt;French&lt;/fr&gt;
&lt;de&gt;Deutsch&lt;/de&gt;					&lt;/multioptions&gt;					&lt;/options&gt;
&lt;/language&gt;</description>
		<content:encoded><![CDATA[<p>Sure, just create your element</p>
<p>&lt;language&gt;					&lt;type&gt;radio&lt;/type&gt;<br />
&lt;options&gt;<br />
&lt;id&gt;language&lt;/id&gt;					&lt;label&gt;Language:&lt;/label&gt;<br />
&lt;multioptions&gt;						&lt;nl&gt;Dutch&lt;/nl&gt;				&lt;en&gt;English&lt;/en&gt;					&lt;fr&gt;French&lt;/fr&gt;<br />
&lt;de&gt;Deutsch&lt;/de&gt;					&lt;/multioptions&gt;					&lt;/options&gt;<br />
&lt;/language&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schmkr</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3965</link>
		<dc:creator>schmkr</dc:creator>
		<pubDate>Wed, 04 Jun 2008 09:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3965</guid>
		<description>Do you have any idea how to configure a group of radio elements? I can&#039;t find anything about that in the manual at framework.zend.com (or anywhere else on the net)...</description>
		<content:encoded><![CDATA[<p>Do you have any idea how to configure a group of radio elements? I can&#8217;t find anything about that in the manual at framework.zend.com (or anywhere else on the net)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurentj</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3062</link>
		<dc:creator>Laurentj</dc:creator>
		<pubDate>Tue, 11 Mar 2008 10:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3062</guid>
		<description>Same thing in Jelix since several months. But our xml format is less verbose : http://jelix.org/articles/en/tutorials/simple-jforms-example</description>
		<content:encoded><![CDATA[<p>Same thing in Jelix since several months. But our xml format is less verbose : <a href="http://jelix.org/articles/en/tutorials/simple-jforms-example" rel="nofollow">http://jelix.org/articles/en/tutorials/simple-jforms-example</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Śmieszni ludzie</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3056</link>
		<dc:creator>Śmieszni ludzie</dc:creator>
		<pubDate>Mon, 10 Mar 2008 22:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3056</guid>
		<description>[...] Blog oraz wpis o którym mowa: http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Blog oraz wpis o którym mowa: <a href="http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial" rel="nofollow">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter&#8217;s Blog: Zend_Form with XML Tutorial &#124; Cole Design Studios</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3055</link>
		<dc:creator>Pieter&#8217;s Blog: Zend_Form with XML Tutorial &#124; Cole Design Studios</dc:creator>
		<pubDate>Mon, 10 Mar 2008 21:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3055</guid>
		<description>[...] has blogged today with an example of using an XML configuration file together with the Zend_Form component of the Zend Framework to [...]</description>
		<content:encoded><![CDATA[<p>[...] has blogged today with an example of using an XML configuration file together with the Zend_Form component of the Zend Framework to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snakehit</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3053</link>
		<dc:creator>Snakehit</dc:creator>
		<pubDate>Mon, 10 Mar 2008 19:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3053</guid>
		<description>Nice to see that there is progress. Zend FTW!</description>
		<content:encoded><![CDATA[<p>Nice to see that there is progress. Zend FTW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3052</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Mon, 10 Mar 2008 19:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3052</guid>
		<description>The password is no longer echoed as part of the validation error messages or input field on submit in the current trunk (fixed for RC1, actually). ;-)</description>
		<content:encoded><![CDATA[<p>The password is no longer echoed as part of the validation error messages or input field on submit in the current trunk (fixed for RC1, actually). <img src='http://blog.snakehit.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter&#8217;s Blog: Zend_Form with XML Tutorial &#124; PHP Coding Practices - Become an expert PHP Programmer</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3051</link>
		<dc:creator>Pieter&#8217;s Blog: Zend_Form with XML Tutorial &#124; PHP Coding Practices - Become an expert PHP Programmer</dc:creator>
		<pubDate>Mon, 10 Mar 2008 18:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3051</guid>
		<description>[...] has blogged today with an example of using an XML configuration file together with the Zend_Form component of the Zend Framework to [...]</description>
		<content:encoded><![CDATA[<p>[...] has blogged today with an example of using an XML configuration file together with the Zend_Form component of the Zend Framework to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter&#8217;s Blog: Zend_Form with XML Tutorial &#124; Development Blog With Code Updates : Developercast.com</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3050</link>
		<dc:creator>Pieter&#8217;s Blog: Zend_Form with XML Tutorial &#124; Development Blog With Code Updates : Developercast.com</dc:creator>
		<pubDate>Mon, 10 Mar 2008 17:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3050</guid>
		<description>[...] has blogged today with an example of using an XML configuration file together with the Zend_Form component of the Zend Framework to [...]</description>
		<content:encoded><![CDATA[<p>[...] has blogged today with an example of using an XML configuration file together with the Zend_Form component of the Zend Framework to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/comment-page-1/#comment-3048</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Mon, 10 Mar 2008 13:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/#comment-3048</guid>
		<description>&lt;strong&gt;Pieter&#039;s Blog: Zend_Form with XML Tutorial...&lt;/strong&gt;


Pieter has blogged today with an example of using an XML ......</description>
		<content:encoded><![CDATA[<p><strong>Pieter&#8217;s Blog: Zend_Form with XML Tutorial&#8230;</strong></p>
<p>Pieter has blogged today with an example of using an XML &#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

