<html> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8"/> <title>Grouping By Starting Value</title> </head> <body> <div> <p>Where does this go?</p> </div> <div> <h1>Introduction</h1> <p>XSLT is used to write stylesheets.</p> <p>XQuery is used to query XML databases.</p> </div> <div> <h1>What is a stylesheet?</h1> <p>A stylesheet is an XML document used to define a transformation.</p> <p>Stylesheets may be written in XSLT.</p> <p>XSLT 2.0 introduces new grouping constructs.</p> </div> </body> </html>