Sign inSign up

atomgraph/saxon

By atomgraph

Updated almost 5 years ago

Dockerized Saxon-HE (XSLT 3.0 processor)

Image
0

3.4K

atomgraph/saxon repository overview

saxon-docker

Dockerized Saxon-HE (XSLT 3.0 processor)

Usage

docker run --rm -v "$PWD/xml/source.xml":"/xml/source.xml" -v "$PWD/xsl/stylesheet.xsl":"/xsl/stylesheet.xsl" atomgraph/saxon -s:/xml/source.xml -xsl:/xsl/stylesheet.xsl param=value

Note that we use $PWD in order to make host filepath absolute, as required by Docker's -v (volume) option.

Documentation

Saxon's Running XSLT from the Command Line

Tag summary

Content type

Image

Digest

Size

117.7 MB

Last updated

almost 5 years ago

docker pull atomgraph/saxon