Author :
Nick Wellnhofer
Date :
2025-08-23 14:59:50
Hash :d53ba058 Message :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.