Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.7.0) Gentoo Metadata: xmllint

LCD 47 edited this page Oct 6, 2015 · 1 revision

Maintainer: James Rowe jnrowe@gmail.com

The DTDs required to validate metadata.xml files are available in $PORTDIR/metadata/dtd, and these local files can be used to significantly speed up validation. You can create a catalog file with:

xmlcatalog --create --add rewriteURI http://www.gentoo.org/dtd/ \
    ${PORTDIR:-/usr/portage}/metadata/dtd/ /etc/xml/gentoo

See xmlcatalog for more information.

Clone this wiki locally