Multiple choice technology web technology

In order to sort numeric values, you must set the to

  1. data-type=finumberfl

  2. data-type=fivaluefl

  3. data-type=fidecimalfl

  4. 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").