You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently re-write attachment eIds (only the top-level attachment eId though) in javascript, after parsing an attachment. This means that slaw doesn't need the numbering context.
So the alternative is to re-write eids the whole way down the tree in JS after replacing an attachment.
If the attachment has eId
att_3
, the parsed elements incorrectly have prefixatt_1__
.The text was updated successfully, but these errors were encountered: