@Roger
The other point that occurs is that you have :
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-FR">
what happens if you use :
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
Of course I don't know if your files are xhtml or just html (or even whether it would make a difference)
BobC
|