Convert Relative HTML File Links to Absolute

Does anyone have some code that will convert all file reference in an HTML document or even XML to absolutlinks when a domain name is given?
[147 byte] By [GMWeezela] at [2007-10-2 18:45:26]
# 1

> Does anyone have some code that will convert all file

> reference in an HTML document or even XML to

> absolutlinks when a domain name is given?

I sure don't. However if you're just taking a specific case you can use the URL constructor

URL(URL base, String relative)

tjacobs01a at 2007-7-13 20:07:56 > top of Java-index,Java Essentials,Java Programming...
# 2
I wish it was just a single instance. I finished a proxy server but I need all HTML tags that link to something else link "href" and "src" to be automaticaly be rerouted through my server
GMWeezela at 2007-7-13 20:07:56 > top of Java-index,Java Essentials,Java Programming...
# 3
> I wish it was just a single instance. I finished a> proxy server but I need all HTML tags that link toSo I guess you're not finished eh?:)
tjacobs01a at 2007-7-13 20:07:56 > top of Java-index,Java Essentials,Java Programming...