has anybody been successful with using DiffFactory.CONTEXT to true?
Turning this on gives me an org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.
I've come across this when accidentally using the crimson parser while cloning nodes, but that does not seem to be the case here as the exception displays: org.apache.xerces.dom.NodeImple.insertBefore(Unknown Source)
Anybody already solved this?
Karl.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
has anybody been successful with using DiffFactory.CONTEXT to true?
Turning this on gives me an org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.
I've come across this when accidentally using the crimson parser while cloning nodes, but that does not seem to be the case here as the exception displays: org.apache.xerces.dom.NodeImple.insertBefore(Unknown Source)
Anybody already solved this?
Karl.
Do you need the context stuff?
I'm removing it for the next release as it wasn't entirely working and I didn't think it was used.
Let me now if you need it; it shouldn't be a lot of work to add.
I'm just starting to use diffxml, and I'm getting a lot of "node()" references. In the DUL document, it says that adding tag names is part of context.
That would really help me out a lot.