slide 37
HTML Example
Start with XML-tagged source
<recipe> <title>Waffles with Syrup</title> ... </recipe>
Use XSLT to transform that XML into HTML source
<h1>Waffles with Syrup</h1>
And the browser (like IE or Firefox) understands
the HTML tags (
<h1>
) and displays