XML

Learn how Vale handles XML content.

XML is supported through the external program xsltprocarrow-up-right. To install, see:

You’ll need to ensure that the xsltproc executable is available in your $PATH.

The supported extension is .xml.

You also need to provide a version 1.0 XSL Transformation (XSLT) for converting to HTML:

.vale.ini
[*.xml]
Transform = docbook-xsl-snapshot/html/docbook.xsl

Once converted, Vale will follow the same rules as it does for HTML.

Related formats: reStructuredText Org