xmllint
XML parser and linter that supports XPath, a syntax for navigating XML trees. More information: <https://manned.org/xmllint>.
RUN apt-get update && \
apt-get install -y libxml2-utils
RUN apt-get update && \
apt-get install -y libxml2-utils
RUN apk add libxml2
RUN pacman -S --noconfirm libxml2
RUN apt-get update && \
apt-get install -y libxml2-utils
RUN yum install -y libxml2
RUN dnf install -y libxml2
RUN apt-get update && \
apt-get install -y libxml2-utils