2. Anatomy of “Hello, World”
/hello/index.html
, the HTML page./hello/js/SaxonJS2.rt.js
, the library./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./hello/js/start.js
, and thescript
elements in the HTML page, are the glue.
There’s a little bit of CSS in there too, because style.