Hi everyone, I have a big HTML table from which I need to extract data. The table has several columns. The regulation expression required to do the extraction job is very long and complex. The code is hard to debug and to maintain. I'd like to know what are the alternatives? Is there HTML parser that create DOM objects? I could program a postprocessor in beanshell...
Thanks a lot Thanh

