I can walk the DOM tree to create an xpath expression for a given
node.  I need to create a DOM from scratch using XPath expression.

say, I have the expression /a/b/c such that DOM looks like:
<a>
  <b>
     <c/>
  </b>
</a>

Is there any API that I can use to generate Such DOM using the XPath expression?

---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-users-h...@xerces.apache.org

Reply via email to