I’m pulling an Atom feed from Confluence. Some of the links and images are relative to the domain (/), so when I consume the feed on a different website the images and links are broken.
Is it possible to convert all app relative links to absolute with xslt? Is there a better approach?
You could use the value of the
/feed/link/@hrefto build an absolute path for all of the relative paths by looking for="/within thetext()nodes and replacing it with a full path.