View Single Post
Old 06-22-2016, 05:59 PM   #22
varlog
actually it is /var/log
varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.
 
varlog's Avatar
 
Posts: 341
Karma: 2994236
Join Date: Sep 2012
Location: usually Europa
Device: prs t1
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?
varlog is offline   Reply With Quote