From: test t. <jl...@gm...> - 2011-01-25 13:05:03
|
HI, No, As far as i set the balance html tags true settings. I'm expecting it'll balance the table tag. As td tag is improperly handled Regards, Aswini On Mon, Jan 24, 2011 at 7:51 PM, Marc Guillemot <mgu...@ya...> wrote: > Hi, > > why should NekoHTML insert a table tag here? As far as I can see, > Firefox doesn't insert one. > > Cheers, > Marc. > -- > HtmlUnit support & consulting from the source > Blog: http://mguillem.wordpress.com > > > Le 24/01/2011 12:40, test test a écrit : > > Hi, > > > > When parsing html content using nekohtml parser, it does not balance > > table tag. > > > > For example the given html content as below: > > > > <div> > > <td style="font-family:verdana, font-size:2"> > > <div> > > <a href="http://abc.com <http://abc.com/>"> click here</a> > > <table> <tr> <td> <img src ="http://abc.com/a.jpg > "></td></tr></table> > > </div> > > </div> > > > > > > I'm expecting the result should be like this. > > > > <div> > > <table><tr> > > <td style="font-family:verdana, font-size:2"> > > <div> > > <a href="http://abc.com <http://abc.com/>"> click here</a> > > <table> <tr> <td> <img src ="http://abc.com/a.jpg > "></td></tr></table> > > </div> > > </tr> > > </table> > > </div> > > > > > > > > I want table tag to be inserted properly, if table tag is not present > > but td tag presents. So guide me what are nekohtml parser settings i've > > to made to get the expected results > > > > Thanks in Advance > > > > Regards, > > Aswini > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better > price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > nekohtml-user mailing list > nek...@li... > https://lists.sourceforge.net/lists/listinfo/nekohtml-user > |