AEM Gurus,
I have a requirement in my project where i need to change the htm anchor tag href attribute value
for example,
href value = "content/abc/en/local/xyz.html"
I want to replace it by removing content from it
href value = "/abc/en/local/xyz.html'
I am able to achieve it using the Linkrewriter start element
However what we are looking for is get the complete HTML into string and do a find all and replace....
is it possible? if Yes please give full details.
Regards
Dilip