I've got an XHTML 1.0 Transitional document. Most of the content is in English, hence this is what I've got at the top:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
Some elements are in different languages, e.g.
<a href="#" lang="es">Español</a>
Do I need to add xml:lang="es"
to elements like these as well, thus duplicating the language information?