I am wondering if <html:text> can be altered to generate valid DTD xhtml 1.0 strict xhtml.
For example, I have: <html:text property="search" size="20"/> which generates: <input type="text" name="search" size="20" value=""> For valid xhtml 1.0 strict dtd, it needs to look like this: <input type="text" name="search" size="20" value=""/> Any ideas, suggestions or comments. Thanks in advance. Randall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]