Open ymark opened 2 years ago
The aforementioned issue is triggered because after applying the dissection rule on element myelement
for the first time,
its contents will be dissected into the child elements myelement_child
.
As a result, normalizer is unable to find the element, and the exception is triggered. Technically, it will have the same effect as if declaring a dissection rule for an element that does not exist.
The following error occurs when applying a dissection rule in an element twice.