|
URL-REWRITE is a small package which can be used to programmatically rewrite (X)HTML documents such that certain attribute values are replaced by others. It was written to rewrite URLs (as in <a href="/..."> or <img src="...">) for cookie-less session handling but maybe you'll find other uses for it like, e.g., extracting links from a document.
home url:
http://weitz.de/url-rewrite/
|