remove command


Usage

remove xpath

Aliases

rm, prune, delete, del

Description

Remove all nodes matching xpath.

Example 1. Get rid of all evil creatures.

xsh> del //creature[@manner='evil']

Sections

Tree modification