Skip to content

Container includes xmllint to validate xml data against dtd and xsd

License

Notifications You must be signed in to change notification settings

deeagle/xmllint-container

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Repository files navigation

xmllint-container

Build status Build status Alpine Docker

Container includes semantic-release to gitea for CI. Installed tools are:

  • libxml2-utils
  • rsync

Usage

You can check your xml against:

  • DTD xmllint --dtdvalid schema.dtd --noout file.txt

  • XSD xmllint --schema schema.xsd --noout file.xml

Weblinks