hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 3d26ac38b3f9cb79b5484ce3d7b9eeeef0ae1653
parent ccd7d9239967faf7aae0da60f64ad71e12c4e5f7
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 11 Apr 2021 09:39:25 -0400

format::xml: document lack of namespace handling

Diffstat:
Mformat/xml/parser.ha | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/format/xml/parser.ha b/format/xml/parser.ha @@ -3,6 +3,7 @@ // // - Support for user-defined entities // - Support for UTF-16 inputs or a UTF-8 BOM +// - Any considerations for the "Namespaces in XML 1.0" specification // // Attempting to parse an input file which does not conform to the supported // subset of XML will return a syntax error. The purpose of this module is to