While working with Umbraco and Sitecore I learned some Xsl tricks. The following example shows how to show the first 10 items in a HTML list. <ul> <xsl:for-each select="*"> <xsl:if test="position()<='9'"> <li> <a href="{@link}"> <xsl:value-of select="@name"/> </a> </li> </xsl:if> </xsl:for-each> </ul>
[...] libraries and it proved super useful ever since. I’ve also rece ...
I haven't tried this yet, but what about XDocument.ReadFrom(new XmlNode ...
RT @kayeeNL: For those who missed it: a new #Sitecore Module: Sitecore ...
Completely spam free, opt out any time.
[...] using Sitecore Rocks Query. There are some really handy blog post ...