Simple output filters which are supported by XSLT are ?
-
=,!=,<,&
-
=,#,<,>
-
^,!=,<,>
-
=,!=,<,>
D
Correct answer
Explanation
XSLT supports standard comparison operators for filtering node sets and values. The operators =, !=, <, and > are the standard comparison filters used in XPath expressions within XSLT. Distractors contain invalid characters like # or ^ which are not standard XSLT comparison operators.