-
Hi Labs I there a sort of "rule" for which the tag must be created again ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You are guessing correctly.
If you cannot find it using the xpath:
Then create a new "cac:ContractingPartyType" and "cbc:PartyTypeCode" inside of it. |
Beta Was this translation helpful? Give feedback.
You are guessing correctly.
We have seen this problem in another discussion.
Here the problem is with the code trying to reuse existing XML elements which is OK in other cases,
For the moment the logic would be to say that if the field is not repeatable (in fields.json): recreate the entire absolute xpath element chain.
If you cannot find it using the xpath:
Then create a new "cac:ContractingPartyType" and "cbc:PartyTypeCode" inside of it.