RE: [Htmlparser-user] FrameTag : no "setFrameLocation" method ?
Brought to you by:
derrickoswald
From: <dha...@or...> - 2003-02-11 05:30:12
|
Hi all, My 2 cents worth on this issue. > Yes of course- thats why you are allowed to modify urls and image locations. > But of what benefit would it be to remap the form url - bcos you'd need a > real server serving your requests - unless you have local server to map to.. > I am curious about your scenario for form location modification. At this point of time we may not be able to understand different requirements of different applications. As a rule we must not keep anything binding in the parser. Everything should be read/write. Itsupto the user of the API to use it properly. As such we keep seeing new ares where the parser is getting deployed. Alongwith this come new requirements and new unforeseen needs. Its best to keep it open such that anyone can go and change any attribute/tag/node etc. Dhaval |