[Htmlparser-user] How to Get table data??
Brought to you by:
derrickoswald
From: Basar O. K. <bas...@gm...> - 2006-05-08 07:02:52
|
Hi, i am new to use htmlparser. i need to read a table structure data. Here is an small piece of html source as example. <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-1254"></head><body> <TABLE> <TR> <TD align=3Dleft width=3D81> <FONT size=3D2>MyData1 </FONT></TD> <TD align=3Dleft width=3D249> <FONT size=3D2>MyData2 </FONT></TD> <TD align=3Dright > <FONT size=3D2>MyData3 </FONT></TD> <TD align=3Dright width=3D250><FONT size=3D2>MyData4 </FONT></TD> <TD align=3Dright width=3D250><FONT size=3D2>MyData5 </FONT></TD> <TD align=3Dright width=3D250><FONT size=3D2>MyData6 </FONT></TD> </TR> </TABLE> <BR>MyData7 </body></html> here, i need to read MyDatas. can you send me a small java code to parse something like that. -- Basar Ozgur Kahraman |