If you are stuck trying to sort XML date by date/time then this snippet of code may help you. Been stuck in head first into some XSL scripting, so learning at quite a rate. <xsl:sort select=”ddwrt:FormatDateTime(@DateTimeField, number($lcid), ‘yyyyMMddHHmm’)” /> In the above line, @DateTimeField is the name of the field to sort, $lcid is your
Continue reading XSL:Sort by Date Time