Re: [Htmlparser-user] FrameTag and InputTag
Brought to you by:
derrickoswald
From: Elodie T. <et...@in...> - 2003-02-05 08:35:08
|
Hi Somik, >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. Imagine your have a portal where you import any kind of files. The filesystem is so that the "logical paths" are different from teh "physical paths". So, when you want to visualize HTML files from this portal, the 'href' ans 'src' paths aren't valid anymore, so I must take them all, "translate" them and replace them. My method wasn't maybe the good one, but I listed all the HTML tag that could have such an attribute (src, href, ...) and I want to modify them all. Maybe, as you say, I don't need to translate the form attributes or others, but I wanted to take care all possibilities : you never know who made the HTML file ! ;o) Is that clear ? I hope my english is not too bad ;o) Regards, Elodie |