<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.1.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.1.2/"/>
</rdf:Seq>
</items>

<title>Latest releases of html_quickform_dhtmlrulestableless</title>
<description>The latest releases for the package html_quickform_dhtmlrulestableless</description>
</channel>

<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.3/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.3.3</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.3/</link>
 <content:encoded>- Bug #12166: form names containing dashes ('-') caused JavaScript errors&lt;br /&gt;
  (thanks to Jeff MacDonald)
 </content:encoded>
 <dc:date>2007-10-24T16:39:59-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.2/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.3.2</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.2/</link>
 <content:encoded>- Bug #11411: JavaScript function declarations weren't compatible with&lt;br /&gt;
  AJAX code
 </content:encoded>
 <dc:date>2007-06-25T12:40:05-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.1/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.3.1</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.1/</link>
 <content:encoded>- Adopted the two minor stylesheet changes from tableless renderer (version&lt;br /&gt;
  0.5.0). The width for the fieldset and the legend tag was changed from&lt;br /&gt;
  &quot;560px&quot; to &quot;100%&quot;.
 </content:encoded>
 <dc:date>2007-04-23T13:22:38-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.0/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.3.0</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.3.0/</link>
 <content:encoded>- This package can now also be used with HTML_QuickForm_Controller. Instead&lt;br /&gt;
  of using the HTML_QuickForm_Page class, you just need to include the new&lt;br /&gt;
  HTML_QuickForm_PageDHTMLRulesTableless class.&lt;br /&gt;
  (thanks to Sascha Grossenbacher for the request)&lt;br /&gt;
- Fixed bugs #10082 and #10456: element names with square brackets and group&lt;br /&gt;
  elements without square brackets weren't handled properly and led to&lt;br /&gt;
  JavaScript errors.&lt;br /&gt;
  (thanks to Adam Ashley, Sascha Grossenbacher and Ken Guest for providing&lt;br /&gt;
  patches)
 </content:encoded>
 <dc:date>2007-03-29T10:35:24-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.3/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.2.3</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.3/</link>
 <content:encoded>- improved and fixed error style assignment and error message displaying:&lt;br /&gt;
  * in some cases the error style (i.e. the red border in the default stylesheet)&lt;br /&gt;
    and the error message were still shown even if the element was made valid&lt;br /&gt;
  * if there are multiple error messages for an element, now all of these&lt;br /&gt;
    messages will be shown (and not only the last message)&lt;br /&gt;
- Request #9497: changed escaping of &lt;script&gt; tag for better compatibility&lt;br /&gt;
  with older browsers&lt;br /&gt;
  (thanks to Will Fris, pear_dev at willfris dot nl)&lt;br /&gt;
- adopted stylesheet changes form tableless renderer to the example file
 </content:encoded>
 <dc:date>2006-12-04T15:33:09-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.2/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.2.2</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.2/</link>
 <content:encoded>- fixed JavaScript code generation for group rules (added via addGroupRule())&lt;br /&gt;
- example file: added new group rule for the group of radio buttons
 </content:encoded>
 <dc:date>2006-11-24T17:40:33-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.1/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.2.1</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.1/</link>
 <content:encoded>- no code changes, just adopted the stylesheet changes from the tableless&lt;br /&gt;
  renderer into the example file
 </content:encoded>
 <dc:date>2006-11-02T13:10:15-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.0/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.2.0</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.2.0/</link>
 <content:encoded>- this package is now in beta status, i.e. the API can be considered as stable&lt;br /&gt;
- this package is now licensed under the New BSD license&lt;br /&gt;
- end-user documentation is now available in the manual&lt;br /&gt;
- bugfix: using $form-&gt;addGroupRule() caused a fatal PHP error&lt;br /&gt;
- added an example for a group with group rules to the example file&lt;br /&gt;
- added &quot;$form-&gt;getValidationScript();&quot; call to the example code (required for&lt;br /&gt;
  showing the errors immediately after changing/leaving a form field)&lt;br /&gt;
- adopted stylesheet changes from the tableless renderer into the example file
 </content:encoded>
 <dc:date>2006-10-31T08:49:55-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.1.3/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.1.3</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.1.3/</link>
 <content:encoded>- no functional changes, only synced changes from Tableless renderer into the&lt;br /&gt;
  example file (usage code optimized, added some new elements, added a CSS class&lt;br /&gt;
  for the required note)
 </content:encoded>
 <dc:date>2006-09-18T15:26:00-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.1.2/">
 <title>HTML_QuickForm_DHTMLRulesTableless 0.1.2</title>
 <link>http://pear.php.net/package/HTML_QuickForm_DHTMLRulesTableless/download/0.1.2/</link>
 <content:encoded>- the example file was extended and corrected to be fully XHTML valid, it also&lt;br /&gt;
  contains the latest stylesheet changes from the Tableless renderer
 </content:encoded>
 <dc:date>2006-08-13T16:22:24-05:00</dc:date>
 <dc:publisher>wiesemann</dc:publisher>
</item>

</rdf:RDF>