I'm using Java 6. Given a org.w3c.dom.Node, how do change the contents of one of its child elements (or potentially the node itself), given an xpath String expression representing one of those elements? Note by "contents", I'm always referring to text. If the child element represented by the path expression contained other child elements, those should go away and replaced with the text I want to substitute.
Thanks, - Dave