mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
Fixed the HTML tests output, Daniel.
This commit is contained in:
parent
c8df0aaf9f
commit
aa4f649b16
@ -8,19 +8,17 @@
|
||||
function NS_NewOpen(url,nam,atr){return(new NS_NullWindow());}
|
||||
window.open=NS_NewOpen;
|
||||
</script>
|
||||
<!-- END Naviscope Javascript --><!-- saved from url=(0027)http://www.agents-tech.com/ --><meta content="text/html; charset=iso-8859-1" http>
|
||||
</head>
|
||||
<body><p>-equiv=Content-Type>
|
||||
<!-- END Naviscope Javascript --><!-- saved from url=(0027)http://www.agents-tech.com/ --><meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
|
||||
<meta content="Copernic.com Inc. develops innovative agent technology solutions to efficiently access and manage the overwhelming quantity of information available on the Internet and intranets." name="DESCRIPTION">
|
||||
<meta content="agent,technology,intranet,extranet,management,filtering,ranking,solution,service,intelligent,intelligence,client,server,architecture,developer,development,information,telecommunication,announcement,press,product,profile,contact,multi-agent,meta-search,metasearch,multi-thread,mobile,wireless,shopping,robot,PCS,Copernic,engine,toolkit,CDK,EDK" name="KEYWORDS">
|
||||
<meta content="MSHTML 5.00.3103.1000" name="GENERATOR">
|
||||
<frameset border="false" cols="172,*" frameborder="0" framespacing="0">
|
||||
</head>
|
||||
<body><frameset border="false" cols="172,*" frameborder="0" framespacing="0">
|
||||
<frame marginheight="0" marginwidth="0" name="left" noresize scrolling="no" src="doc2_files/side.htm" target="rtop">
|
||||
<frameset rows="43,*">
|
||||
<frame marginheight="0" marginwidth="0" name="rtop" noresize scrolling="no" src="doc2_files/top.htm" target="rbottom">
|
||||
<frame name="rbottom" noresize src="doc2_files/contents.htm" target="_top">
|
||||
</frameset>
|
||||
<noframes><body bgcolor="#FFFFFF" text="#000000" link="#000080" vlink="#000080" alink="#000080" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><p>This page uses frames, but your browser doesn't support them.</p></body></noframes>
|
||||
</frameset>
|
||||
</body>
|
||||
</frameset></body>
|
||||
</html>
|
||||
|
@ -1,15 +1,3 @@
|
||||
./test/HTML/doc2.htm:10: error: Misplaced DOCTYPE declaration
|
||||
<!-- END Naviscope Javascript --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Tr
|
||||
^
|
||||
./test/HTML/doc2.htm:11: error: error parsing attribute name
|
||||
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
|
||||
^
|
||||
./test/HTML/doc2.htm:11: error: htmlParseStartTag: problem parsing attributes
|
||||
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
|
||||
^
|
||||
./test/HTML/doc2.htm:11: error: Couldn't find end of Start Tag meta
|
||||
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
|
||||
^
|
||||
./test/HTML/doc2.htm:18: error: Unexpected end tag : head
|
||||
<META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD><FRAMESET
|
||||
^
|
||||
|
@ -22,26 +22,22 @@ SAX.internalSubset(HTML, -//W3C//DTD HTML 4.0 Transitional//EN, )
|
||||
SAX.comment( saved from url=(0027)http://www.agents-tech.com/ )
|
||||
SAX.ignorableWhitespace(
|
||||
, 1)
|
||||
SAX.error: error parsing attribute name
|
||||
SAX.error: htmlParseStartTag: problem parsing attributes
|
||||
SAX.startElement(meta, content='text/html; charset=iso-8859-1', http)
|
||||
SAX.error: Couldn't find end of Start Tag meta
|
||||
SAX.endElement(head)
|
||||
SAX.startElement(body)
|
||||
SAX.startElement(p)
|
||||
SAX.characters(-equiv=Content-Type>
|
||||
, 21)
|
||||
SAX.startElement(meta, content='text/html; charset=iso-8859-1', http-equiv='Content-Type')
|
||||
SAX.endElement(meta)
|
||||
SAX.ignorableWhitespace(
|
||||
, 1)
|
||||
SAX.startElement(meta, content='Copernic.com Inc. develops innovative agent technology solutions to efficiently access and manage the overwhelming quantity of information available on the Internet and intranets.', name='DESCRIPTION')
|
||||
SAX.endElement(meta)
|
||||
SAX.characters(
|
||||
SAX.ignorableWhitespace(
|
||||
, 1)
|
||||
SAX.startElement(meta, content='agent,technology,intranet,extranet,management,filtering,ranking,solution,service,intelligent,intelligence,client,server,architecture,developer,development,information,telecommunication,announcement,press,product,profile,contact,multi-agent,meta-search,metasearch,multi-thread,mobile,wireless,shopping,robot,PCS,Copernic,engine,toolkit,CDK,EDK', name='KEYWORDS')
|
||||
SAX.endElement(meta)
|
||||
SAX.characters(
|
||||
SAX.ignorableWhitespace(
|
||||
, 1)
|
||||
SAX.startElement(meta, content='MSHTML 5.00.3103.1000', name='GENERATOR')
|
||||
SAX.endElement(meta)
|
||||
SAX.error: Unexpected end tag : head
|
||||
SAX.endElement(head)
|
||||
SAX.startElement(body)
|
||||
SAX.startElement(frameset, border='false', cols='172,*', frameborder='0', framespacing='0')
|
||||
SAX.startElement(frame, marginheight='0', marginwidth='0', name='left', noresize, scrolling='no', src='doc2_files/side.htm', target='rtop')
|
||||
SAX.endElement(frame)
|
||||
@ -68,7 +64,6 @@ SAX.characters(
|
||||
, 3)
|
||||
SAX.endElement(noframes)
|
||||
SAX.endElement(frameset)
|
||||
SAX.endElement(p)
|
||||
SAX.endElement(body)
|
||||
SAX.endElement(html)
|
||||
SAX.ignorableWhitespace(
|
||||
|
@ -8,10 +8,7 @@
|
||||
function NS_NewOpen(url,nam,atr){return(new NS_NullWindow());}
|
||||
window.open=NS_NewOpen;
|
||||
</script>
|
||||
<!-- END Naviscope Javascript --><!--last modified on Tuesday, February 22, 2000 11:47 PM --><meta content="text/html;CHARSET=iso-8859-1" http>
|
||||
</head>
|
||||
<body>
|
||||
<p>-equiv=Content-Type>
|
||||
<!-- END Naviscope Javascript --><!--last modified on Tuesday, February 22, 2000 11:47 PM --><meta content="text/html;CHARSET=iso-8859-1" http-equiv="Content-Type">
|
||||
<meta content="Tim" name="Author">
|
||||
<style type="text/css">A.nav {
|
||||
COLOR: #003399; TEXT-DECORATION: none
|
||||
@ -30,7 +27,7 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
// End -->
|
||||
</script>
|
||||
<meta content="MSHTML 5.00.3103.1000" name="GENERATOR">
|
||||
</p>
|
||||
</head>
|
||||
<body alink="red" bgcolor="black" link="red" text="white" vlink="red">
|
||||
<p>
|
||||
<div align="center">
|
||||
@ -39,7 +36,7 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<td valign="top" width="31"><a href="http://bp6.gamesquad.net/"><img align="bottom" border="0" height="74" src="doc3_files/logo.gif" width="252"></a></td>
|
||||
<td align="left" bgcolor="#000000">
|
||||
<img height="15" src="doc3_files/spacer.gif" width="15">
|
||||
<!-- START GAMESQUAD.NET IFRAME RICH MEDIA CODE --><!-- © 2000 GameSquad.net All Rights Reserved. --><iframe border="0" frameborder="no" height="60" marginheight="0" marginwidth="0" scrolling="no" src="doc3_files/adcycle.htm" width="468"><a href="http://ads.gamesquad.net/addclick.exe/adclick.cgi?REGION=game|tech|ent&id=1" target="_top"><img src="http://ads.gamesquad.net/addclick.exe/adcycle.cgi?group=52&media=1&id=1" width="468" height="60" border="0" alt="GSN ROS Ad"></a></iframe>
|
||||
<!-- START GAMESQUAD.NET IFRAME RICH MEDIA CODE --><!-- © 2000 GameSquad.net All Rights Reserved. --><iframe border="0" frameborder="no" height="60" marginheight="0" marginwidth="0" scrolling="no" src="doc3_files/adcycle.htm" width="468"><a href="http://ads.gamesquad.net/addclick.exe/adclick.cgi?REGION=game|tech|ent&id=1" target="_top"><img src="http://ads.gamesquad.net/addclick.exe/adcycle.cgi?group=52&media=1&id=1" width="468" height="60" border="0" alt="GSN ROS Ad"></a></iframe>
|
||||
<!-- END GAMESQUAD.NET IFRAME RICH MEDIA CODE --><br>
|
||||
<img height="15" src="doc3_files/spacer.gif" width="400">
|
||||
</td>
|
||||
@ -232,12 +229,12 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:Holodeck@bp6.com">Holodeck2</a> @ 8:09PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/965012956,78924,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/965012956,78924,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">0 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">I’m slacking a little. All game no
|
||||
<font color="black" face="Arial" size="2">I’m slacking a little. All game no
|
||||
work makes Holodeck2 a happy boy :-)<br>
|
||||
<br>Wallpaper update: I got
|
||||
off my lazy ass and redid the 1280x1024 wall paper, now it has the 2
|
||||
@ -245,7 +242,7 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<b><a href="http://fullon3d.com/chat/abit/" target="3d">Fullon3d had a live chat with that Eric guy from Abit.
|
||||
</a></b>Submitted by: MJS<br>
|
||||
<br>Here’s a little clip:<br>[Falcon]
|
||||
<br>Here’s a little clip:<br>[Falcon]
|
||||
BP6-2??<br>[EricBoeing] We already have a micro ATX dual flip-chip
|
||||
board<br>[EricBoeing] but it's OEM only<br>[EricBoeing] the full ATX
|
||||
version should be out Septemberish<br>
|
||||
@ -261,9 +258,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:Holodeck@bp6.com">Holodeck2</a> @ 11:47PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964766837,26344,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964766837,26344,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">5 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">
|
||||
@ -309,9 +306,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:Holodeck@bp6.com">Holodeck2</a> @ 10:40PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964762841,25865,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964762841,25865,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">5 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">
|
||||
@ -337,9 +334,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:Holodeck@bp6.com">Holodeck2</a> @ 2:10PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964732235,45502,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964732235,45502,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">0 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Good afternoon for everyone living in
|
||||
@ -367,9 +364,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
places.</font></u></b>
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:tim@bp6.com">tim</a> @ 8:54AM PDT</small> <a href="http://bp6.gamesquad.net/news/964713289,83675,.html">
|
||||
<small>Posted by <a class="nav" href="mailto:tim@bp6.com">tim</a> @ 8:54AM PDT</small> <a href="http://bp6.gamesquad.net/news/964713289,83675,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">0 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Need some cooling for your Videocard
|
||||
@ -388,9 +385,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:Holodeck@bp6.com">Holodeck2</a> @ 9:19PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964671589,7831,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964671589,7831,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">0 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Big heatsinks are good, very good. The
|
||||
@ -403,7 +400,7 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
watercooling next up :-)<br>(if you pry off the heatsink you void
|
||||
the warranty )<br>
|
||||
<br>it was originally posted on <a href="http://www.hardocp.com/">[H]ardOCP </a>
|
||||
<br>I’m not only a
|
||||
<br>I’m not only a
|
||||
BP6er but also a [H]ardOCPer<br>
|
||||
</font>
|
||||
<br>
|
||||
@ -413,9 +410,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:Holodeck@bp6.com">Holodeck2</a> @ 1:40PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964644047,60218,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964644047,60218,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">8 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Now this person really knows how to
|
||||
@ -433,9 +430,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:Holodeck@bp6.com">Holodeck2</a> @ 10:05AM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964631110,84122,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/964631110,84122,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">6 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">This is for all you people who wanted
|
||||
@ -467,12 +464,12 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:Holodeck@bp6.com">Holodeck2</a> @ 10:03PM
|
||||
PDT</small> <br>
|
||||
PDT</small> <br>
|
||||
<font color="black" face="Arial" size="2">Hello
|
||||
everyone, Woohoo!! I'm on!!<br>Who is this Holodeck2 person
|
||||
anyways?!?! Read on :-)<br>I’m a regular on the bp6 messageboard,
|
||||
trying to help people out with their problems.<br>I’m the
|
||||
self-proclaimed bp6 cooling expert, If you have a cooling idea, I’ve
|
||||
anyways?!?! Read on :-)<br>I’m a regular on the bp6 messageboard,
|
||||
trying to help people out with their problems.<br>I’m the
|
||||
self-proclaimed bp6 cooling expert, If you have a cooling idea, I’ve
|
||||
probably already done it and can offer some incite.<br>My computer
|
||||
is always on so you can contact me whenever... problem is, I'm not
|
||||
always in front of it. I'll try to update this page and keep
|
||||
@ -484,11 +481,11 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
write me an e-mail please put in the subject line "BP6" then the
|
||||
rest of your subject so my e-mail program can sort it, thanks<br>
|
||||
<a href="http://www.aol.com/aim">AIM: </a>Holodeck2 (instant response
|
||||
if I’m in front of my comp and not trying to frag someone)<br>
|
||||
if I’m in front of my comp and not trying to frag someone)<br>
|
||||
<a href="http://www.icq.com/download">ICQ: </a>82640218 (rarely
|
||||
on)<br>
|
||||
<br>P.S. If someone named “Digital Vortex” on either Quake 3
|
||||
or 2 frags you, it’s probably me. ;-)<br>
|
||||
<br>P.S. If someone named “Digital Vortex” on either Quake 3
|
||||
or 2 frags you, it’s probably me. ;-)<br>
|
||||
</font>
|
||||
<br>
|
||||
<br>
|
||||
@ -500,9 +497,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
running..</font></u></b>
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:tim@bp6.com">tim</a> @ 2:06AM PDT</small> <a href="http://bp6.gamesquad.net/news/964429577,13375,.html">
|
||||
<small>Posted by <a class="nav" href="mailto:tim@bp6.com">tim</a> @ 2:06AM PDT</small> <a href="http://bp6.gamesquad.net/news/964429577,13375,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">3 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Setup a Q3 server for anyone wanting
|
||||
@ -518,9 +515,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
rescue....</font></u></b>
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:tim@bp6.com">tim</a> @ 12:53AM PDT</small> <a href="http://bp6.gamesquad.net/news/964425184,95812,.html">
|
||||
<small>Posted by <a class="nav" href="mailto:tim@bp6.com">tim</a> @ 12:53AM PDT</small> <a href="http://bp6.gamesquad.net/news/964425184,95812,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">2 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Do you sweat during the BIOS flashing
|
||||
@ -552,9 +549,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:killz@i82hq.com">DareDevil</a> @ 4:17PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963875853,12731,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963875853,12731,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">3 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">For those of you who are new to
|
||||
@ -572,9 +569,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:killz@i82hq.com">DareDevil</a> @ 4:11PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963875485,23353,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963875485,23353,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">1 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Wow! I am impressed! Nevermind keeping
|
||||
@ -599,14 +596,14 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:killz@i82hq.com">DareDevil</a> @ 11:53AM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963859982,88982,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963859982,88982,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">1 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">We all need to have some fun
|
||||
sometimes! Check out this little web site that sells 'nerd' clothing
|
||||
;) (I like the bibs in the Junior Hackerz section) :-Þ<br>
|
||||
;) (I like the bibs in the Junior Hackerz section) :-Þ<br>
|
||||
<br>
|
||||
<div align="center"><a href="http://www.nerdgear.com/" target="_blank"><img border="0" src="doc3_files/nerdinside.gif"></a></div>
|
||||
</font>
|
||||
@ -617,9 +614,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
Part 1 Watercooling Project)</font></u></b>
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:tim@bp6.com">tim</a> @ 12:43AM PDT</small> <a href="http://bp6.gamesquad.net/news/963819796,9688,.html">
|
||||
<small>Posted by <a class="nav" href="mailto:tim@bp6.com">tim</a> @ 12:43AM PDT</small> <a href="http://bp6.gamesquad.net/news/963819796,9688,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">11 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">When is comes to overclocking your
|
||||
@ -649,9 +646,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:killz@i82hq.com">DareDevil</a> @ 9:57AM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963766655,78511,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963766655,78511,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">3 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">I know we're pretty big overclockers
|
||||
@ -677,7 +674,7 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<a href="http://www.extremeoverclocking.com/reviews/memory/ram_roundup_1.html" target="_blank">Cooked RAM... Yummie</a>
|
||||
<br>
|
||||
<br>The
|
||||
ÐÐ.</font>
|
||||
ÐÐ.</font>
|
||||
<br>
|
||||
<br>
|
||||
<a name="newsitem963764236,76720,"></a>
|
||||
@ -686,9 +683,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:killz@i82hq.com">DareDevil</a> @ 9:17AM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963764236,76720,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963764236,76720,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">0 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">A follow up on the 'Weekly CPU
|
||||
@ -709,9 +706,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:killz@i82hq.com">DareDevil</a> @ 11:29AM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963685749,28290,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963685749,28290,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">2 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Wow, found this very useful! Wanting
|
||||
@ -728,9 +725,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:killz@i82hq.com">DareDevil</a> @ 9:51AM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963679881,35277,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963679881,35277,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">0 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">FAST-MHz has released some wallpapers!
|
||||
@ -747,7 +744,7 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
guys.<br>
|
||||
<br>Okay, that's all for now.<br>
|
||||
<br>The
|
||||
ÐÐ.</font>
|
||||
ÐÐ.</font>
|
||||
<br>
|
||||
<br>
|
||||
<a name="newsitem963619505,3764,"></a>
|
||||
@ -759,9 +756,9 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<font color="#0066cc" face="Arial" size="1">
|
||||
<small>Posted by <a class="nav" href="mailto:killz@i82hq.com">DareDevil</a> @ 5:05PM
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963619505,3764,.html">
|
||||
PDT</small> <a href="http://bp6.gamesquad.net/news/963619505,3764,.html">
|
||||
<img border="0" src="doc3_files/comments.gif">7 comments</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
| <a href="http://bp6.gamesquad.net/#news_top">top</a>
|
||||
</font>
|
||||
<br>
|
||||
<font color="black" face="Arial" size="2">Hey guys, just wanted to introduce
|
||||
@ -773,7 +770,7 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
<br>
|
||||
<br>Ciao for
|
||||
now.<br>
|
||||
<br>The ÐÐ.</font>
|
||||
<br>The ÐÐ.</font>
|
||||
<br>
|
||||
<br>
|
||||
</font>
|
||||
@ -874,13 +871,13 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
</td></tr></tbody></table>
|
||||
</center>
|
||||
</tbody></table>
|
||||
<table bgcolor="silver" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"><tbody><tr><td width="100%"> </td></tr></tbody></table>
|
||||
<table bgcolor="silver" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"><tbody><tr><td width="100%"> </td></tr></tbody></table>
|
||||
<!-- </TABLE>--><center></center>
|
||||
<tr><td colspan="3" valign="TOP" height="70"> </td></tr>
|
||||
<tr><td colspan="3" valign="TOP" height="70"> </td></tr>
|
||||
<table border="0" width="780"><tbody>
|
||||
<tr><td width="780"><p align="center">
|
||||
<font color="#999999" face="verdana,arial" size="1">Copyright
|
||||
©1999-2000 BP6.com, All rights reserved.<br>Got news? Send it to </font>
|
||||
©1999-2000 BP6.com, All rights reserved.<br>Got news? Send it to </font>
|
||||
<a href="mailto:tim@bp6.com"><font color="white" face="Verdana" size="1">Tim</font></a>
|
||||
</p></td></tr>
|
||||
<!-- <TR> <TD WIDTH="780"> <P ALIGN="CENTER"><FONT SIZE="1" COLOR="#999999" FACE="Verdana,arial">Site design by Tim Brinkley</FONT> </TD> </TR> -->
|
||||
@ -888,5 +885,4 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
</div>
|
||||
<script> window.open=NS_ActualOpen; </script>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,18 +1,6 @@
|
||||
./test/HTML/doc3.htm:10: error: Misplaced DOCTYPE declaration
|
||||
<!-- END Naviscope Javascript --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//E
|
||||
^
|
||||
./test/HTML/doc3.htm:11: error: error parsing attribute name
|
||||
<META content=text/html;CHARSET=iso-8859-1 http-equiv=Content-Type>
|
||||
^
|
||||
./test/HTML/doc3.htm:11: error: htmlParseStartTag: problem parsing attributes
|
||||
<META content=text/html;CHARSET=iso-8859-1 http-equiv=Content-Type>
|
||||
^
|
||||
./test/HTML/doc3.htm:11: error: Couldn't find end of Start Tag meta
|
||||
<META content=text/html;CHARSET=iso-8859-1 http-equiv=Content-Type>
|
||||
^
|
||||
./test/HTML/doc3.htm:37: error: Unexpected end tag : head
|
||||
<META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD>
|
||||
^
|
||||
./test/HTML/doc3.htm:52: error: htmlParseEntityRef: expecting ';'
|
||||
href="http://ads.gamesquad.net/addclick.exe/adclick.cgi?REGION=game|tech|ent&i
|
||||
^
|
||||
|
@ -22,24 +22,19 @@ SAX.internalSubset(HTML, -//W3C//DTD HTML 3.2//EN, )
|
||||
SAX.comment(last modified on Tuesday, February 22, 2000 11:47 PM )
|
||||
SAX.ignorableWhitespace(
|
||||
, 2)
|
||||
SAX.error: error parsing attribute name
|
||||
SAX.error: htmlParseStartTag: problem parsing attributes
|
||||
SAX.startElement(meta, content='text/html;CHARSET=iso-8859-1', http)
|
||||
SAX.error: Couldn't find end of Start Tag meta
|
||||
SAX.endElement(head)
|
||||
SAX.startElement(body)
|
||||
SAX.startElement(p)
|
||||
SAX.characters(-equiv=Content-Type>
|
||||
, 22)
|
||||
SAX.startElement(meta, content='text/html;CHARSET=iso-8859-1', http-equiv='Content-Type')
|
||||
SAX.endElement(meta)
|
||||
SAX.ignorableWhitespace(
|
||||
, 2)
|
||||
SAX.startElement(meta, content='Tim', name='Author')
|
||||
SAX.endElement(meta)
|
||||
SAX.characters(
|
||||
SAX.ignorableWhitespace(
|
||||
, 2)
|
||||
SAX.startElement(style, type='text/css')
|
||||
SAX.characters(A.nav {
|
||||
COLOR: #003399; TEXT, 115)
|
||||
SAX.endElement(style)
|
||||
SAX.characters(
|
||||
SAX.ignorableWhitespace(
|
||||
|
||||
, 4)
|
||||
SAX.startElement(script, language='JavaScript')
|
||||
@ -69,15 +64,14 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=0, scrollbars=0,
|
||||
SAX.characters(
|
||||
, 1)
|
||||
SAX.endElement(script)
|
||||
SAX.characters(
|
||||
SAX.ignorableWhitespace(
|
||||
|
||||
, 4)
|
||||
SAX.startElement(meta, content='MSHTML 5.00.3103.1000', name='GENERATOR')
|
||||
SAX.endElement(meta)
|
||||
SAX.error: Unexpected end tag : head
|
||||
SAX.characters(
|
||||
SAX.endElement(head)
|
||||
SAX.ignorableWhitespace(
|
||||
, 2)
|
||||
SAX.endElement(p)
|
||||
SAX.startElement(body, alink='red', bgcolor='black', link='red', text='white', vlink='red')
|
||||
SAX.ignorableWhitespace(
|
||||
, 2)
|
||||
@ -2927,7 +2921,6 @@ SAX.endElement(script)
|
||||
SAX.ignorableWhitespace(
|
||||
, 2)
|
||||
SAX.endElement(body)
|
||||
SAX.endElement(body)
|
||||
SAX.endElement(html)
|
||||
SAX.ignorableWhitespace(
|
||||
, 2)
|
||||
|
Loading…
Reference in New Issue
Block a user