steve13 - 2007-04-09

Hello,

I am a newbie to html parser .. i am not really sure on how to use getText() method to extract text between tags..

<TD class=accdetails>If an image conveys important information beyond what
      is in its alternative text, <A onkeypress="client_repqs_ShowHelp(196649); return false"
      title="Details in new window"
      onclick="client_repqs_ShowHelp(196649); return false"
      href="http://webxact3.watchfire.com/themes/standard-en-us/help/HIDD_WDContent_G12.html"
      target=wfhelpwin>provide an extended description. </A></TD>

i want to extract the text between TD tags in the above script..

How can i do this ?? Is there any other way than using getText()??

Thanks a lot,
Steve