เช่นเดียวกับการเรียงลำดับฐานข้อมูล XSL/XSLT สามารถใช้การเรียงลำดับแบบสุ่มได้เช่นกัน หลักการก็ง่ายมากเช่นกัน
<?xml เวอร์ชัน = "1.0"?>
<xsl:stylesheet xmlns:xsl=" http://www.w3.org/1999/XSL/Transform "
xmlns:msxsl="โกศ:schemas-microsoft-com:xslt"
xmlns:eMeng=" http://dotnet.aspx.cc/ "
รุ่น = "1.0">
<msxsl:script language="JavaScript" Applys-prefix="eMeng">
ฟังก์ชั่นสุ่ม () {
กลับ Math.random();
-
</msxsl:script>
<xsl:template match="/">
<xsl:for-each select="/*/node()">
<xsl:sort select="eMeng:Random()"/>
<xsl:value-of select="."/>
<br/>
</xsl:สำหรับแต่ละ>
</xsl:แม่แบบ>
</xsl:สไตล์ชีท>