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 |
|