I would like to use the CQWP to display the most recent 3 items from a list on the Home page. The CQWP would be perfect. But I've had a problem using it:
When I display the Title and Body (using a list based on the Announcements content type), the title displays properly but the body is a mix of content and HTML. Using the command below did not improve the output:
<xsl:value-of disable-output-escaping=
"yes"
select=
"@Body"
>
Another problem I had was getting a custom xsl:Template to show up in the dropdown. I could define it in the ItemsXSL, but it never displayed as an option.
So, questions:
1. How to get output with extraneous HTML
2. How to get custom template to display.
Thanks