2. Anatomy of “Hello, World”

  1. /hello/index.html, the HTML page.

  2. /hello/js/SaxonJS2.rt.js, the library.

  3. /hello/xslt/stylesheet.sef.json, the compiled stylesheet. The “source” stylesheet is /hello/xslt/stylesheet.xsl, but that’s not used at runtime and doesn’t have to be present.

  4. /hello/js/start.js, and the script elements in the HTML page, are the glue.

There’s a little bit of CSS in there too, because style.