I created a copy of ContentMain.xsl and tried to leverage it from a content query web part. I exported CQWP, modified the MainXslLink property and specified my custom xsl. Once I do that and add the custom CQWP to a page, I get the raw XML output.
It indicates that something is wrong with my custom xsl. Does anyone have pointers on how to customize ContentMain.xsl for CQWP? Is that possible? ![]()
. . .<property name="GroupBy" type="string" /><property name="FilterIncludeChildren1" type="bool">False</property><property name="BaseType" type="string" /><property name="MainXslLink" type="string">/Style Library/XSL Style Sheets/ContentQueryMain_Custom.xsl</property><property name="AsyncRefresh" type="bool">False</property><property name="FilterValue1" type="string" /><property name="FilterValue2" type="string" /> . . .