Panel/ControlPanel/modules/config_games/XMLLINT.DOC
2025-09-11 13:29:15 -04:00

7 lines
260 B
Text

The XML files should be formatted with the following command:
$ tidy -q -i -xml -m -w *.xml
Ubuntu/Debian: apt-get install tidy libxml2-utils
The files can be validated with the following command:
$ xmllint --schema ../schema_server_config.xml --noout *.xml