[Htmlparser-user] Best way to parse this html code
Brought to you by:
derrickoswald
From: Rajat S. <rs...@ai...> - 2006-01-06 15:32:33
|
Hi all, =20 Looking for the best way to parse the Html Code below and extract the = string "NELogsTransferPolicy1" which is almost at the last line of this = code. =20 Thanks, Raj =20 =20 <table> <tr> <td> <b>Select Policy To Add : </b> </td> <td> <select name=3D"policyToAdd" = onChange=3D"setName()" > <option = value=3D"NELogsTransferPolicy#com.ems.policies.NELogsTransferPolicy" = >NELogsTransferPolicy</option> <option = value=3D"NEConfigFileTransferPolicy#com.ems.policies.NEConfigFileTransfer= Policy" >NEConfigFileTransferPolicy</option> <option value=3D"LogLvlCfgPolicy#com.ems.policies.LogLvlCfgPolicy" = >LogLvlCfgPolicy</option> <option value=3D"FileCleanupPolicy#com.ems.policies.FileCleanupPolicy" = >FileCleanupPolicy</option> <option = value=3D"AlarmTableCleanupPolicy#com.ems.policies.AlertTableCleanup" = >AlarmTableCleanupPolicy</option> <option = value=3D"EventTableCleanupPolicy#com.ems.policies.EventTableCleanup" = >EventTableCleanupPolicy</option> =20 </select> </td> </tr> <tr> <td> <b>Instance Name : </b> </td> <td> <input type=3D"text" size=3D40 maxlength=3D100 = name=3D"displayName" value=3D"NELogsTransferPolicy1"> </td> </tr> </table> |