Am 2000-07-11 um 00:05 h UCT hat Erik van der Poel geschrieben:
> Or the document.write can be removed from TR22, but I don't know whether
> that workaround is acceptable to the authors.
Or, the construct
<pre><?xml version="1.0" ...?>
<!DOCTYPE characterMapping
SYSTEM�"http://..."></pre>
could be replaced with
<blockquote><code><?xml version="1.0" ...?>
<br><!DOCTYPE characterMapping
<br> SYSTEM "http://..."></code></blockquote>
(beware: I had to abbreviate the exapmle, so you cannot just paste it
into the HTML source).
The recipe is:
- between <pre> and </pre>,
- replace line-breaks with <br>,
- replace spaces with
- then
- replace <pre> with <blockquote><code>
- replace </pre> with </code></blockquote>
Best wishes,
Otto Stolz