ContentQuery Web Part xsl script to view all available values

May 26, 2009   12:58


ContentQuery xsl script to view all available valuesI’m often using the following xsl template script to check the available values and items which are available for the Content Query Web Part.

This script can be added to the itemstyle.xsl for use. I’m always copying it from older projects, so now it’s on my blog for faster access :)

<xsl:template name=”TestView” match=”Row[@Style='TestView']” mode=”itemstyle”>
 <xsl:for-each select=”@*”>
  ITEM:
  <xsl:value-of select=”name()” />
  VALUE:
  <xsl:value-of select=”.” />
  <BR />
 </xsl:for-each>
 <BR />
 <BR />
</xsl:template>


Tags: , .





SharePoint SP2 activates 180 day trial countdown

May 22, 2009   9:21


SharePoint SP2 activates 180 day trial countdownThe Microsoft SharePoint Team announced that the SharePoint SP2 service pack by mistake activates a 180-day countdown.

“During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. The activation of the expiration date will not affect the normal function of SharePoint up until the expiration date passes. Furthermore, product expiration 180 days after SP2 installation will not affect customer’s data, configuration or application code but will render SharePoint inaccessible for end-users.”

The team is working as hard as possible to release a hotfix to address the issue.

The Work around is also known: Re-enter the Product ID numbers on the Convert License Type page in Central Administration.

More information at the Microsoft SharePoint team site.

Tags: , , , , , .









The content expressed in this blog are those of Edwin Vriethoff and do not represent his employer's view in anyway. The contents of this blog has been carefully put together, but Edwin Vriethoff is not responsible in any way for any direct or indirect harm caused by individuals or organizations using the content of this blog in any way.