Re: [Htmlparser-user] FrameTag and InputTag
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-02-04 16:38:15
|
Hi Elodie, > I've just discovered the HTMLParser librairy and I > wonder why there are no methods in HTMLFrameTag and > HTMLFormTag that permit to get and modify their > "src" attribute. > Is that normal ? How can I do if I want to modify > the source location, like in HTMLLinkTag and > HTMLImageTag ? Yes, thats normal. This is bcos when you rip pages off, changing the relative image and web links makes sense, but the form link usually refers to a server capable of processing http posts. Making that relative to your local machine makes little sense (at least till now) for a ripping application. However, do you have a scenario where you think it might be useful to change its contents ? We'd be glad to consider it. Regards, Somik __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |