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: [email protected]
For additional commands, e-mail: [email protected]
