+
+ <!--
+ Get only the children starting from the one with class="userContent",
+ this way the content header is skipped
+ -->
+ <xsl:variable
+ name="usercontent-position"
+ select="count($item-content/div[contains(@class, 'userContent')]/preceding-sibling::*) + 1"/>
+