// JP opened flex table

Click to See Complete Forum and Search --> : Parsing HTML


dimpleg
January 10th, 2008, 03:10 AM
Hi,

I have to develop an application in Java which takes html page as an input, parse its and changes its "href" attribute of the anchor tag. and "action" attribute of form tag. Is there any inbuild support to do that, or any suggestion how should i proceed.

Thanks in advance,
Dimple

dlorde
January 10th, 2008, 09:48 AM
10 seconds on Google turned up: HTML Parser (http://htmlparser.sourceforge.net/).

While I appreciate that a novice doesn't know where to start, I think we'd all appreciate them using simple search tools to investigate their problem before posting here. Being used as a Google front-end suggests a lack of respect or understanding for the time people here give for free to help others with genuine problems.

The mind is not a vessel to be filled, but a fire to be ignited...
Plutarch

//JP added flex table