[Home] [By Thread] [By Date] [Recent Entries]
On 31/10/2011 12:05, Mark wrote:
The xsl:sort is the first child of xsl:for-each as it iterates through the items in one group, so, as the warning says the grouping-key will be the same for each item. Perhaps you meant to sort the groups, in which case, move the xsl:sort up a line so it is the first child of xsl:for-each-group. > and the <xsl:value-of> returns nothing. your for-each-group is selecting Text elements so each group will just consist of Text elements, so the value-of is taking the string value of an empty element, which is always the empty string. David ________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. ________________________________________________________________________
|

Cart



