Shortcuts in the Mapping Editor
Useful shortcuts for working with XSL stylesheets within the graphical view of Mapping Editor
Drag&Drop Actions
Reference a value to a target node using | Drag a node from the source document to the target node |
Reference multiple values into a target node using | Keep the Alt key pressed and drag all desired nodes from the source document to the target node Result: An Example: |
Copy a node using | Keep the Ctrl key pressed, and drag a node from the source document to the target node |
Create a for-each loop for a node using | Keep the Shift key pressed, and drag a node from the source document to the target node |
Function | Shortcut | |
---|---|---|
Basic functions | Edit element |
|
Run XSL transformation |
| |
Insert element |
| |
Insert attribute |
| |
Insert text |
| |
Insert surrounding parent element |
| |
Rename a element |
| |
Remove selected node |
| |
Format/indent the code (in Source view) |
| |
Copying nodes | Insert selected node as preceding sibling |
|
Insert selected node as following sibling |
| |
Insert selected node as preceding parent |
| |
Moving nodes | Move selected node up |
|
Move selected node down |
| |
Move to parent element (pull up) |
| |
Navigating trough the stylesheet tree | Go to parent node |
|
Go to next node |
| |
Go to previous node |
| |
Select connected nodes in the source pane and stylesheet pane |
| |
Restore last selection |
|