I'm using, among others, something like this:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="zombie">
<head>
<title>Spell Checking Languages</title>
</head>
<body>
<p lang="fr">
<img alt="sigil" src="../Images/sigil.png" xml:lang="en"/>This is
<span xml:lang="">Sigil </span>icone
</p>
</body>
</html>
I wanted to use:
Code:
<p lang="fr">
<img alt="sigil" src="../Images/sigil.png" xml:lang="en">This is
<span xml:lang="">Sigil </span>icone</image> Merci!
</p>
but Sigil (0.9.5) doesn't like it.
Something more complicated, anybody?