Re: [Htmlparser-user] href rewrite
Brought to you by:
derrickoswald
|
From: Derrick O. <der...@gm...> - 2010-02-17 20:47:35
|
Hava a look at the site capturer code. It basically does what you want I think. 2010/2/17 Wagner Montalvão Camarão <wag...@gm...> > Hello everyone, > > I'm new here and I'd like to get some directions about the htmlparser > usage. I need to go through a html code and update each link (href content) > with a new one. Like: <a href="www.google.com"> will become <a href=" > www.mysite.com/click?link=www.google.com"> > > First I tried using the javax.xml.parsers and org.w3c.dom but the problem > is I get an exception if I try to parse an invalid xhtml by w3c. I can't > work like this because some users may post html codes generated by designer > tools which formatting may not be valid by w3c. > > I could write some regex to do this but I heard about htmlparser and I > would like to know if it can help me with this. > > Any suggestion will be appreciated. > > Thank you > > Wagner Montalvão Camarão > > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > |