How to Move an Element
You can move an element by dragging it from one position and dropping it to another position in the XSLT pane. The element can be moved to become a sibling, parent, or child of another element. You cannot move an element in Map View.
In Figure 41-32, the AccountNumber
element is at an incorrect location in the XSLT pane. To make it consistent with the target schema, you must move the AccountNumber
element under the BilledToAccount
element.
Drag the AccountNumber
node in the XSLT pane to the left of the BilledToAccount
node until the green highlight appears, as shown in Figure 41-33. The green highlight indicates that the AccountNumber
element is dropped as a child of BilledToAccount.
Figure 41-33 Dragging the AccountNumber Node

Description of "Figure 41-33 Dragging the AccountNumber Node"
Drop the element while the green highlight is visible. The AccountNumber
node is repositioned under the BilledToAccount
node, as shown in Figure 41-34.
Figure 41-34 Repositioned AccountNumber Node

Description of "Figure 41-34 Repositioned AccountNumber Node"