From: Lady Date: Mon, 27 May 2024 18:41:47 +0000 (-0400) Subject: Use --noent when calling `xmllint` X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/698684994d57305562b3e8f3df23bb2c7295b0bb?ds=sidebyside;hp=698684994d57305562b3e8f3df23bb2c7295b0bb Use --noent when calling `xmllint` The X·Path expressions do not correctly match text provided within entities if the entities are not expanded. Adding `--noent` ensures that all entities are expanded and X·Path works correctly. ---