aboutsummaryrefslogtreecommitdiff
path: root/tools/validate-docx.sh
AgeCommit message (Collapse)Author
2023-12-18validate-docx.sh - revert checking of _rels.John MacFarlane
These generate "no matching global declaration" so they can't be validated.
2023-12-18Fix bug in validate-docx.sh.John MacFarlane
We only need look at xml files in word.
2023-12-18Modify validate-docx.sh to check ALL xml files in the docx container.John MacFarlane
2023-12-18validate-docx.sh: print list of files that fail validation.John MacFarlane
2023-12-18Add custom validate-docx.sh script.John MacFarlane
This checks files other than document.xml in a docx container. Thanks to @edwintorok.