Skip to content

Commit

Permalink
Attributes, not elements, for "from" and "to"
Browse files Browse the repository at this point in the history
  • Loading branch information
galtm committed Jan 29, 2022
1 parent 4830f17 commit 9aef487
Showing 1 changed file with 12 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
</include-controls>
<mapping>
<controls>
<from>x1</from>
<to>map-x1</to>
<map from="x1" to="map-x1"/>
</controls>
</mapping>
</import>
Expand Down Expand Up @@ -65,8 +64,7 @@
</include-controls>
<mapping>
<controls>
<from>x1</from>
<to>map1-x1</to>
<map from="x1" to="map1-x1"/>
</controls>
</mapping>
</import>
Expand All @@ -76,8 +74,7 @@
</include-controls>
<mapping>
<controls>
<from>x1</from>
<to>map2-x1</to>
<map from="x1" to="map2-x1"/>
</controls>
</mapping>
</import>
Expand Down Expand Up @@ -115,8 +112,7 @@
</include-controls>
<mapping>
<controls>
<from>z3.a</from>
<to>map-z3.a</to>
<map from="z3.a" to="map-z3.a"/>
</controls>
</mapping>
</import>
Expand All @@ -138,8 +134,7 @@
</include-controls>
<mapping>
<controls>
<from>z3*</from>
<to>map-z3*</to>
<map from="z3*" to="map-z3"/>
</controls>
</mapping>
</import>
Expand All @@ -161,10 +156,8 @@
</include-controls>
<mapping>
<controls>
<from>x1</from>
<to>map-x1</to>
<from>x1</from>
<to>map-again-x1</to>
<map from="x1" to="map-x1"/>
<map from="x1" to="map-again-x1"/>
</controls>
</mapping>
</import>
Expand All @@ -181,10 +174,8 @@
</include-controls>
<mapping>
<controls>
<from>x1</from>
<to>map-x1</to>
<from>map-x1</from>
<to>map-again-x1</to>
<map from="x1" to="map-x1"/>
<map from="map-x1" to="map-again-x1"/>
</controls>
</mapping>
</import>
Expand All @@ -204,8 +195,7 @@
</exclude-controls>
<mapping>
<controls>
<from>x1</from>
<to>map-x1</to>
<map from="x1" to="map-x1"/>
</controls>
</mapping>
</import>
Expand All @@ -221,8 +211,7 @@
</include-controls>
<mapping>
<params>
<from>x1</from>
<to>map-x1</to>
<map from="x1" to="map-x1"/>
</params>
</mapping>
</import>
Expand All @@ -239,8 +228,7 @@
</include-controls>
<mapping>
<controls>
<from>nonexistent</from>
<to>map-x1</to>
<map from="nonexistent" to="map-x1"/>
</controls>
</mapping>
</import>
Expand Down

0 comments on commit 9aef487

Please sign in to comment.