Hi,
Is there a command to select the current node and its descendants in an XML or HTML document? I know there is the "select current scope" command, and the "select enclosing brackets", but they don't seem to work this way.
It would seem that a "select node and descendants" is quite possible because the "close tag" command traverses the DOM and closes the current node.
Greg
On 7. Nov 2006, at 00:15, Greg Dingle wrote:
[...] It would seem that a "select node and descendants" is quite possible because the "close tag" command traverses the DOM and closes the current node.
The Close Tag is a ruby script in the HTML bundle with a heuristic parser (heuristic, so to support embedded code, etc.)
Currently there is no selection support for HTML elements, well, besides Thomas’ Balance Jr. command (google for the screencast and bundle)