I am using a key to grab all of the elements that have the attribute (class='heading ')
Code:
<xsl:key name="TOCnames" match="//*" use="@class" />
...
<xsl:key name="TOCnames" match="//*" use="@class" />
SELECT CommitteeId, CommitteePostion FROM MemberIndexApp WHERE ((UserName = @UserName) AND (LoginDate = @LoginDate))
Leave a comment: