Yes, I know this is a duplicate, but the other answers are now out of date. I am using SharePoint online with SharePoint Designer 2013.
I want to set disable-output-escaping=yes for a SharePoint list view.
Here is what i have tried:
- I set the field type to number. This works on older versions of SharePoint, but no longer works on SharePoint online.
- I tried opening it design view in SharePoint designer, but that no longer exists in SharePoint Designer 2013
- I tried setting up a custom XSL but it just causes an error. Where do I add the XSL to get it to work correctly? The itself references the main.xsl. If I knew where that file was, I could copy it as a starting point to create my own XSL, but I can't find it in the site anywhere.
Here is the relevant piece of my view aspx:
<FieldRef Name="After_x0020_Mitigation"/></ViewFields>
<RowLimit Paged="TRUE">100</RowLimit><Aggregations Value="Off"/
<JSLink>clienttemplates.js</JSLink><XslLink default="TRUE">Main.xsl</XslLink>