Transform XML files with ease, written in C#.
The following example maps the current directory on the host with the directory /var
in the container. The file web.config
will be transformed using web.Release.config
and the result written to web.config
.
docker run --rm -v "$(pwd):/var" gregsstack/xmltransformer:latest /var/web.config /var/web.Release.config /var/web.config
XmlTransformer is licensed under the MIT License (MIT).