I have a Data View Part pulling from a list that has a lookup column to another list (title linked by ID)
And somewhere in the XSLT of the data view web part configuration, it reads
<xsl:value-of select="@ColumnX"/>
Now since ColumnX is a reference to another list (linked to item), how do I go about obtaining the ID rather than the text? Is there a ddwrt trick out there?