[xml] premature exit when parsing
- From: "Prashanth Naidu" <prash_naidu yahoo com>
- To: <xml gnome org>
- Subject: [xml] premature exit when parsing
- Date: Mon, 25 Jun 2001 17:23:07 +0100
Hi
The last email I sent was blocked because I had pasted the html into the
email and the mail server didn't like the javascript that was embedded. I've
attached it this time.
If testHTML of v2.3.11 is run on the html code below, it stops parsing at
about line 223
(well before the end of the document). However, testHTML from v1.8.7 has no
such problem.
The html below is from the Reuters business news page, the same problem is
encountered with
their world news page.
Prash
PS. I'm running linux 2.4.3
Title: Reuters | Breaking News from Around the Globe
';
defaultplayer += '\n';
defaultplayer += '
\n';
defaultplayer += '\n';
if (player == "real") {
defaultplayer += '\n';
defaultplayer += '\n';
defaultplayer += '\n';
defaultplayer += '\n';
defaultplayer += ' \n';
defaultplayer += '\n';
}else{
defaultplayer += '\n';
}
defaultplayer += ' | \n';
var newWindow = window.open('displayvideo.html', null, 'toolbar=no,location=no,scrollbars=no,resizable=no,width=300,height=300');
newWindow.document.write(defaultplayer);
}
}
>
|
|