We have three sites
-shared
-sites
-healthcare-professionals
-researchers
-www
On a page in the www site we have a dcr that has a datum that the user browses to a .page file to link it. The path saved is:
/sites/researchers/orthopedic-research/orthopedic-research.page
To turn this into a link in the xsl using the $PAGE_LINK[] token we have to remove the .page and /sites/researchers/. The obvious issue is that $PAGE_LINK assumes the .page is part of the current site. This means it will not create the link correctly. How do you build links across sites? The exact xsl we use is:
[HTML]
[/HTML]