Re: [dom4j-user] Insert Element thanks to XPath
t;[EMAIL PROTECTED]To: [EMAIL PROTECTED] > cc: Sent by: Subject:
[dom4j-user] Insert Element thanks to XPath
Hello, I've been using DOM4J since...this morning, and I would like to know if it's possible to insert an Element at a location specified by an XPath of the form "/node()[1]/node()[3]/.../node()[2]". I've read some threads on this mailing list related to inserting elements at chosen locations, but