File: xml

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[xmllint]
apt = libxml2-utils
files = *.xml
types = application/xml
command = xmllint --noout --nonet {files}

# TODO: xmlwf (part of expat)
# TODO: rxp

# vim:ft=dosini