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
The Converter::Map functionality was added to libsdformat9 in pull request #580. It maps values from elements/attributes into other elements/attributes. It is currently limited to only mapping the first of sibling elements of the same type.
For example, consider the following xml from a .convert file:
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters).
The
Converter::Map
functionality was added to libsdformat9 in pull request #580. It maps values from elements/attributes into other elements/attributes. It is currently limited to only mapping the first of sibling elements of the same type.For example, consider the following xml from a
.convert
file:that operates on the following xml:
Currently it only maps the first element, so the output would be the following (all the original
elemD
elements plus one newelemF
element):I've added a failing test to the following branch that expects all sibling elements to be mapped in the converted xml:
The text was updated successfully, but these errors were encountered: