Sorry, I meant the code in "Filter UDT when using User Defined XSL file" posting.
In the meantime I figured out how to apply the filnter in the list view (using the "_UDT_Original" suffix, as explained in the UM):
<xsl:template match="/udt:UserDefinedTable">
<xsl:variable name="currentData" select="udt:Data[udt:category_UDT_Original='true']" />
But for the secon dpart, listing all the checked fields I have no idea. Suggestions extremely welcome.
Thanks,
Franco