From: Lady Date: Tue, 26 Nov 2024 04:16:36 +0000 (-0500) Subject: Don’t use literal result elements in parsers X-Git-Tag: 0.13.3~3 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/1b37857b238cae679dedf2c837358ad30212e134?ds=inline;hp=1b37857b238cae679dedf2c837358ad30212e134 Don’t use literal result elements in parsers Literal result elements inherit name·spaces from their surrounding context. Using `` elements avoids this trouble (and also allows for the removal of name·space prefixes, reducing sizes of results). ---