Quantcast
Channel: JonTheNerd » Web Design
Viewing all articles
Browse latest Browse all 4

SharePoint Content Query WebPart easy values

0
0

Sometimes it’s helpful to see exactly what your CQW is receiving. Put this into a style and see what properties and data you’re receiving:

<xsl:for-each select="@*">
P:<xsl:value-of select="name()" /><br/>
V:<xsl:value-of select="." /><br/>
</xsl:for-each>

Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images