On Wed, May 03, 2000 at 05:38:06PM +0100, Bruce Richardson wrote:
> ... would be more useful.
>
You are right, that is a bug. But that's not lyx fault. :)
The problem is during the pass to html, if you look to the
resulting html, clean up with tidy, the result is:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>Title</title>
<meta name="GENERATOR" content=
"Modular DocBook HTML Stylesheet Version 1.4">
</head>
<body>
<div class="ARTICLE">
<div class="TITLEPAGE">
<h1 class="TITLE"><a name="AEN2">Title</a></h1>
<h3 class="AUTHOR">Joe Doe</h3>
<div>
<div class="ABSTRACT">
<p>Abstract</p>
</div>
</div>
<hr>
</div>
<div class="SECT1">
<h1 class="SECT1"><a name="AEN10">First Section</a></h1>
<p>Text with &lsqb;brackets&rsqb; and
“quotes”</p>
</div>
</div>
</body>
</html>
The problem is simple, the & from the entities was converted, and it
shouldn't. The real solution is to upgrade the stylesheets then.
A simple script could fix it also...
--
José