Rodericus
2012-06-28 14:51:26 UTC
Running "nsgmls -s tmp.htm", where the file "tmp.htm" contains:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" >
<HTML><HEAD><TITLE>Muster</TITLE></HEAD><BODY><P>
Å
</BODY></HTML>
leads to the error:
nsgmls:tmp.html:3:2:E: "X00C5" is not a function name
The problem seems to be, that SGML seems only to accept numerical
character references with decimal numbers like "å",
but not hexadecimal with "&#x".
Do someone know a solution to parse such a html file with nsgmls?
I neet it to process the file.
Thanks
Rod.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" >
<HTML><HEAD><TITLE>Muster</TITLE></HEAD><BODY><P>
Å
</BODY></HTML>
leads to the error:
nsgmls:tmp.html:3:2:E: "X00C5" is not a function name
The problem seems to be, that SGML seems only to accept numerical
character references with decimal numbers like "å",
but not hexadecimal with "&#x".
Do someone know a solution to parse such a html file with nsgmls?
I neet it to process the file.
Thanks
Rod.