Can i use Xml Parser Or
Just use StreamConnection and use inputStream and read it
What's the XML Parser Use to???
if i want for example get this Information from this source code of news.google.com page
How Can i get the colored statment in the previous codeCode:<h2 class="title sel"> <a target="_blank" class="usg-AFQjCNEzi6sA1uuY1pF9QeNYsMnWidLuUg sig2-z6LngrTA5Ji_Z5ivrIqy7A " href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2011/01/18/MNO21HA0I5.DTL&type=politics" id="MAA4AEgAUABgAWoCdXM"><span class="titletext">Sargent Shriver, a Peace Corps founder, dies at 95</span></a> </h2>
can i Use Xml parser Or StreamConnection and What difference in two cases??

Reply With Quote

