Hello,
I am attempting to use the "fix_base_path" tag in order to add a domain name to selected html links. My current code is such:
Code:
<pd4ml:fix_base_path
pattern="/css/"
basePath="http://mydomain.com"
addSessionID="false"
>
This only replaces links that start with "/css/". However, I would also like to replace links that start with other directories, such as "/img/" or "/js/". Is there a way to add multiple patterns to this directive, or to provide the pattern in such a way that it can match other directories?
Thank you for your assistance!
Best Regards,
- Clayton