XSLT 1.0でランダムソートを行う方法はありますか?ここでxslt 1.0のソートをランダム化しますか?
は私のXMLである
<root><DO status="a">text comes here</DO><DO status="b">text comes here</DO><DO status="c">text comes here</DO><DO status="d">text comes here</DO><DO status="e">text comes here</DO></root>
所望の出力:
<root><DO status="c">text</DO><DO status="a">text comes here</DO><DO status="b">text comes here</DO><DO status="e">text comes here</DO><DO status="d">text comes here</DO></root>
私の質問が明確であるホープ?私が知りたいのですが、事前