otcdlink-simpleuser
otcdlink-simpleuser
Hi guys, I'd like to suggest a better name for "Serialization", for me it should be **Wire**. I mean, something like `kotlinx.wire`. - Four character long, hard to beat. -...
I just figured out that `ENTITY_REFERENCE` does work inside an Element's text. When the test case parses `"&replace-me;"` the `ENTITY_REFERENCE` happens. Is there any way to hook on entity resolution...
I'm looking at `ReaderScanner`'s code around line 1066 and 897 and obviously the parser wants such an undefined entity to fail. Sounds like bad news for me.
OK I got it. I should ask for unresolved entities and resolve them on my own instead of relying on `ENTITY_REFERENCE ` since it's probably not supposed to work with...