I'm building small site using Delphi For PHP 2.0 and tryied to validete it using W3C XHTML validato but it didn't pass so checked for errors na modified some components to make it pass. My main htmlproblem was DBRepeater which repeat components but also repeat ID of components in html so I added RepeatControl propety in control class and assigned this property in generated html code like this: <div id=\"{$this->_name}_container{$this->_repeatcontrol}so now I can add value to repeatcontrol and it's added to ID i do this on onBeforeShow and usually i put Database ID there but it can be anything. I've fixed also some html code in many components to pass validator list:
Image,Panel,FlashObject,DBrepeater,Edit,Memo,Radiobutton,Form
And XYlayout method as it was missing <table> tag
I have modified components that i needed to build site and pass validator.
Few fixes