Looking to get some advice here. I have a SharePoint 2007 with a very basic page using XSLT and the issue I have is when the data is displayed I get a lot of these characters <>()"'&
These are equivalent to <>()"'*<>&
for some reason SharePoint dosent like those characters even after I escape the characters.
Ive decided to go with a Jquery approach instead, i read threads on the web on how to replace certain text but couldnt find anything for multiple texts. Ive also read that jquery has a away to render HTML using .parseHTML. Im looking to get some advice on what would be the best way to fix those characters?
Any help is appreciated.