jrex dom and xpath

Pascal Serwe <[email protected]> Tue, 10 Oct 2006 17:45:10 +0200
Newsgroups gmane.comp.mozilla.jrex
Message-ID <OF2B59067D.58F0E9E3-ONC1257203.00371408-C1257203.005692BA@adesso.de>
Hallo,

I try to access the jrex dom via xpath. is this possible? 

i tryed to use dom4j:
There is a posiibility to transform w3c-dom objects in dom4j-dom objects, 
work on the dom4j-dom object and then write them back into a w3c-document. 
But to do the backwriting, the writer needs to instantiate document 
objects in the output format (a w3c.dom implementation). The jrex-dom 
implementation has no constructors on java side, so no new object can be 
instantiated.

When i use other dom implementations to crate w3c.dom.nodes and try to add 
nodes to the JRexDom via JRexNodeImpl.appendChild(myNode) , the native 
methods never return or throws an exception that the node does not exist.



Thanks,
Pascal Serwe

_______________________________________________
JRex mailing list
[email protected]
http://mozdev.org/mailman/listinfo/jrex