Commercial vendor listings are sorted in the order of the ASCII
character code, which is how xsl:sort works. This is unfair to
vendors across the board whose names start with a lowercase
letter, and are therefore sorted towards the bottom. This patch
fixes the issue by using the translate() function to return an
all lowercase value for the contents of the name tag.
PR: www/88809
Submitted by: Devon H. O'Dell <dodell at iXsystems dot com>