On 01/24/2011 04:27 PM, thanh nguyen wrote: > 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
That would be the XPath Extractor, but maybe someone can help you build a simpler regex instead (you need to share more details for this to happen). Regards, Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

