Rewrite relative URLs in HTML nodes
masterUse rewrite_relative_url to transform relative href attributes into absolute URLs within specific HTML elements. This function targets <a>, <link>, and <area> elements. It uses the provided base URL to resolve relative paths.
Special handling: If an href starts with ////, the leading slashes are trimmed, and the remaining path is used.