Well, the problem is solved. Either as I wrote before or thus:<html xmlns=”http://www.w3.org/1999/xhtml” lang=”he”>, it works. I just was not able to see the difference for I have both Firefox and IE in Hebrew versions, so both of them interpreted well the Hebrew texts even without defining lang. Luckily, Firefox did not with a blog at blogspot in which the language was not defined, so I was able to check it there.
Thanks for refering me to the right sources, that did it.
Thanx!
After reading around, I defined the language thus:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html: lang=”he”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
Is this OK? And: Shoud this be enough for browsers and searchers purposes?
Concerning bidirectional writing it seems to complicated an issue for me right now. I plan to write in this blog in Hebrew, so if there is a small piece here and there in a ltr language I will deal with it locally. For the time being at least.