Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

XMLLint Processor

Purpose

Validates XML files using xmllint.

How It Works

Discovers .xml files in the project (excluding common build tool directories), runs xmllint --noout on each file, and records success in the cache. A non-zero exit code from xmllint fails the product.

This processor supports batch mode.

Source Files

  • Input: **/*.xml
  • Output: none (checker)

Configuration

[processor.xmllint]
args = []
extra_inputs = []
KeyTypeDefaultDescription
argsstring[][]Extra arguments passed to xmllint
extra_inputsstring[][]Extra files whose changes trigger rebuilds