From d4f9b086b0e5d966e2c5384cfd8636a98f98f681 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 9 Feb 2024 11:46:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a4e855..9aa9136 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ---- **edit:** -work is stalled, since the xmlparser (hard-xml) does not allow xml entities that are not known upfront, ie the element has them for every property. +work is stalled, since the xmlparser (hard-xml) does not allow xml entities that are not known upfront, ie the <properties> element has them for every property. I don't even think it should support them and/or the regular java libs like jaxb would do that. So ... thinking of forking, but the code is really hard (declarative macro's) and not documented...