From e447176248db5cb8f358090fb8df76fe7240c705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20G=C3=B6decken?= Date: Tue, 30 Dec 2025 11:06:32 +0100 Subject: [PATCH] Fix XSD path --- validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate b/validate index 78e3404..2ccc756 100755 --- a/validate +++ b/validate @@ -12,7 +12,7 @@ for file in "$@"; do for i in "$tmpdir"/*.xml ; do xmllint --format "${i}" > "${i}.pretty.xml" done - XSD="./docx-validator/schemas/microsoft/wml-2010.xsd" + XSD="./schemas/microsoft/wml-2010.xsd" for i in "$tmpdir"/*.pretty.xml; do xmllint -noout -nonet \ -schema "${XSD}" \