unwrap-element(element?)
element
Replace specified element by its child nodes. Parameter element defaults to the context node.
Examples:
unwrap-element(); unwrap-element(//span[not(@style)]);