| Posted by ZeldorBlat on 11/06/05 10:09 
It depends on what you want to do with it.  Google's search results(when I look at them anyway) have the following at the top:
 
 <html>
 <head>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 ....
 
 Additionally there is no DOCTYPE header.  This is important because, if
 you want to use DOM, you'd better make sure that the document is
 well-formed XML.  Since Google chooses to provide regular HTML, there's
 no guarantee that you get XML.
 
 Explain a bit more what you'd like to do with the results and people
 can give you a better answer.
  Navigation: [Reply to this message] |