I would like to create a new element with JXPath (even if an element
with the same name exists). If I try to use JXPathContext.createPath(),
it returns an existing element. For example, if I have the following
XML:

<form>
   <input type="text" id="existing" />
</form>

and I want to add another <input> element, how can I do this?
Thanks,
Ross




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to