dimanche 1 février 2015

Using xsl stylesheet with List View Web Part to display custom text



i am using a cutom xsl stylesheet in sharepoint 2013 listview webpart using the "XSL Link" property. The list view shows some items based on a filter. I want to display custom text such as "No Items" when there are zero items in the list view using the xsl stylesheet. How do i achieve this. I have spent hours searching but couldnt find the exact answer. Please help me out. I am a light user not a hard core developer so I dont use Visual Studio. Thanks in advance. The code of the custom xsl file is included below



<xsl:template match="/" xmlns:x="http://ift.tt/tphNwY">
<xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row" />



<tr>







0 commentaires:

Enregistrer un commentaire