Devo fare delle pagine web accessibili con xhtml e DTD strict; ho dei problemi con i tag input che genera struts: non li chiude /> e la validazione del codice ovviamente mi segnala l'errore.

il DTD e l'apertura del tag html sono corretti mi pare:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">

sapete come fare?

grazie