Multiple choice technology programming languages

You could use XSLT to ...

  1. speed up database queries

  2. encrypt passwords

  3. transform XML into HTML

  4. cache html pages

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

XSLT (Extensible Stylesheet Language Transformations) is designed specifically for transforming XML documents into other formats, most commonly HTML for web display. It uses templates and XPath to match and convert XML structure. Options A (database), B (encryption), and D (caching) are unrelated to XSLT's purpose.