This container provides a pre-installed environment with various XML tools for use in CI-CD pipelines.
This container comes with the following XML tools pre-installed:
xmllint
xsltproc
rsync
You can check your different formats via the following example commands:
-
DTD
xmllint --dtdvalid schema.dtd --noout file.txt
-
XSD
xmllint --schema schema.xsd --noout file.xml
-
XSLT
xsltproc file.xsl