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>&lt;?xml version=&quot;1.0&quot; ...?&gt;
  &lt;!DOCTYPE characterMapping
    SYSTEM�&quot;http://...&quot;&gt;</pre>
could be replaced with
  <blockquote><code>&lt;?xml&nbsp;version=&quot;1.0&quot; ...?&gt;
  <br>&lt;!DOCTYPE characterMapping
  <br>&nbsp;&nbsp;SYSTEM&nbsp;&quot;http://...&quot;&gt;</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 &nbsp;
- then
  - replace <pre> with <blockquote><code>
  - replace </pre> with </code></blockquote>

Best wishes,
  Otto Stolz



Reply via email to