Re: [Htmlparser-user] replace links
Brought to you by:
derrickoswald
From: yangqike <qik...@16...> - 2009-02-12 03:17:45
|
case1:do you mean you want to repalce all the LinkTag to some Other tag(MyTag) ? case2:or you just want to find all the LinkTag and then modify the href property? solution of case 1:just use the NodeClassFilter and then copy all the property to you MyTag(rember to remove the LinkTag and add Your tag) solution of case 2:just use the NodeClassFilter and then process each the returned nodeList is my understanding right? if a am wrong,please ingore above. 2009-02-12 yangqike 发件人: Randy Paries 发送时间: 2009-02-11 23:36:24 收件人: htmlparser-user 抄送: 主题: [Htmlparser-user] replace links Not sure if anyone even responds to this list anymore i am trying to figure out a way of replacing all PDF links in a html doc i was thinking if using htmlparser i can use the parser to find all the LinkTag objects, but not sure how to or if it is possible to replace nodes as well as find them Thanks Randy ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Htmlparser-user mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlparser-user . |