Multiple choice technology web technology In order to sort numeric values, you must set the to data-type=finumberfl data-type=fivaluefl data-type=fidecimalfl None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation When sorting numeric values in XSLT using xsl:sort, you must specify data-type="number" to ensure proper numeric ordering. Without this, values are sorted as strings (e.g., "10" comes before "2").