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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.