Multiple choice technology programming languages

Simple output filters which are supported by XSLT are ?

  1. =,!=,<,&

  2. =,#,<,>

  3. ^,!=,<,>

  4. =,!=,<,>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

XSLT supports standard comparison operators for filtering node sets and values. The operators =, !=, &lt;, and &gt; are the standard comparison filters used in XPath expressions within XSLT. Distractors contain invalid characters like # or ^ which are not standard XSLT comparison operators.