4. Installing SaxonJS on Node

Add the dependency to your package.json file, for example:

{
  "dependencies": {
    "saxon-js": "^2.3.0",
    "xslt3": "^2.3.0"
  }
}

Then run npm install.