A modification on the XSL I’d used previously – this gives a more readable presentation, and displays the values:
<xsl:template name="ShowFields" match="Row[@Style='ShowFields']" mode="itemstyle">
<div style="border:1px #aaa solid;background-color:#eee;margin:5px;padding:5px">
<xsl:for-each select="@*">
<xsl:value-of select="name()" /> = <xsl:value-of select="." /><br />
</xsl:for-each>
</div>
</xsl:template>
Thank you!
How about making the same one for RSS.xsl???
By using http://www.thesug.org/blogs/kyles/Lists/Posts/Post.aspx?List=89c8858b-90d2-4750-a11a-e599248e6c69&ID=17 I managed to make my own RSS, yet, I don’t know which fields I’m able to see.
Thank you.
Hi Andy,
Thx for sharing this link in your comments at: http://martijnmolegraaf.blogspot.com/2009/04/content-query-web-part-getting-full.html
It remembers me a colleague of my made a template like yours once, only a little bit different:
Name:
Value: