How to add a column to an XSLT Data View that counts the lines in that Data View in FrontPage 2003 (831094)



The information in this article applies to:

  • Microsoft Office FrontPage 2003
  • Microsoft Windows SharePoint Services

SUMMARY

This article describes how to insert a column in an XSLT Data View that counts the number of records in that Data View.

MORE INFORMATION

When you insert a Data View Web Part, you can add a column to the table and have it display a running count of records in your XSLT Data View. To add a column to your XSLT Data View, Follow these steps:
  1. Put the insertion point inside any table cell that contains XML data.
  2. On the Table menu, point to Insert, and then click Rows or Columns.
  3. Click Columns, and then click OK.
  4. Put the insertion point inside one of the new table cells that you created in the same row as the data that you want to work with.

    Do not use the header row of the table for this purpose.
  5. Click the down arrow next to the <td> button on the Quick Tag Selector tool bar.
  6. Click Insert HTML.
  7. Replace "<>" with <xsl:number/>.
  8. Click the green checkmark to approve the change.
You will now have a value in each row that indicates the number of records in the Data View.

Modification Type:MinorLast Reviewed:1/6/2006
Keywords:kbView kbwebpublishing kbXML kbweb kbhowto KB831094 kbAudDeveloper kbAudEndUser