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
<?xml version="1.0" ...?>
  <!DOCTYPE characterMapping
    SYSTEM "http://...">
could be replaced with
<?xml version="1.0" ...?>
<!DOCTYPE characterMapping
  SYSTEM "http://...">
(beware: I had to abbreviate the exapmle, so you cannot just paste it into the HTML source). The recipe is: - between
 and 
, - replace line-breaks with
, - replace spaces with   - then - replace
 with 
- replace
with Best wishes, Otto Stolz