>>>> "APA" == Adrian Aichner
<aichner(a)ecf.teradyne.com> writes:
APA> Please send me a test-case. I have psgml package 1.19
APA> installed and am willing to give it a try.
This is of course "degenerate" UTF-8. You'll need the XHTML DTD and a
couple of entity definition files (at least, they're not in v1.18 of
the XEmacs PSGML package):
http://web3.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
http://web3.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent
http://web3.w3.org/TR/xhtml1/DTD/xhtml-special.ent
http://web3.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent
The problem is in the `xml:lang' attribute of the `html' element. The
error occurs when parsing (C-c C-p) the DTD.
Which reminds me; until I set up the catalogs correctly, PSGML
silently substituted the HTML 3.2 DTD for XHTML 1.0. It would be nice
if PSGML warned about this situation.
------------------------------ cut here ------------------------------
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"xhtml1-strict.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<title>More Computer Wisdom</title>
</head>
<body>
<h1>More Computer Wisdom</h1>
<p>
Even PSGML is subject to Murphy's Law.
</p>
</body>
</html>
------------------------------ cut here ------------------------------
--
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091
_________________ _________________ _________________ _________________
What are those straight lines for? "XEmacs rules."