Commit d53ba0588ef03c910d8956cbfec8a640e528059d

Nick Wellnhofer 2025-08-23T14:59:50

valid: Don't add ids when validating entity content The id table shouldn't reference ids in entities. The id will be created when expanding the entity. Probably regressed with d025cfbb. Note that we still register ids in entities if entities are not replaced. This is required to make IDREF checks work. Fixes #974.