MathGeek78
Programmer
Hi,
I am not exactly sure how the following code is working within the select portion. Can someone please explain this part of the code?
<xsl:sort select="if ($sortColumn1/@numeric = 'true') then number(*[name() = $sortColumn1]) else *[name() = $sortColumn1]" order="{$sortOrder1}"/>
Thank You,
Ruben