Java API with which I can manipulate and modify HTML code and its tags?
Posted
by Catfish
on Stack Overflow
See other posts from Stack Overflow
or by Catfish
Published on 2010-03-25T10:31:06Z
Indexed on
2010/03/25
10:33 UTC
Read the original article
Hit count: 406
Is there a 3rd party API for the sole purpose with which I can replace relative URLs in the source HTML and CSS into absolute URLs, keeping in mind the fact that the source contains a mix of relative and absolute URLs. For those thinking twice about this question, the String
Object's replaceAll()
method has some shortcomings.
© Stack Overflow or respective owner