>![]() |
Next: emacspeak, Previous: emacspeak-wizards, Up: Emacspeak Commands
Automatically generated documentation for commands defined in module emacspeak-xml-shell.
Display XPath and display its result using W3.
Navigate down to the children of current node.
Navigate forward to the next child of current node.
Navigate up to the parent of current node.
Navigate backward to the previous child of current node.
XML Shell
Interactive XML browser. key binding — ———
C-c Prefix Command <down> emacspeak-xml-shell-goto-children <left> emacspeak-xml-shell-goto-previous-child <right> emacspeak-xml-shell-goto-next-child <up> emacspeak-xml-shell-goto-parent
C-c C-v emacspeak-xml-shell-browse-result C-c v emacspeak-xml-shell-browse-current
In addition to any hooks its parent mode `comint-mode' might have run, this mode runs the hook `emacspeak-xml-shell-mode-hook', as the final step during initialization.