Hello ,
I need to compare two XPath results Lists on different document.
this is how i do that now, why doen't it work ?
( i want to compare the lists returns by XPath by value and not by
references to the nodes - deeo compare)
here is my code :
List listNodesOriginal = m_leftDocument.selectNode
Hi Leos,
could you tell us how you serialize your dom4j document to a String ?
Maarten
Leos Literak wrote:
Hi guys,
several times I faced this issue on my portal
dedicated to linux users.
People asked for help about PPPD and they entered
what they saw on screen. Including code, that is
not XML frie
Hi guys,
several times I faced this issue on my portal
dedicated to linux users.
People asked for help about PPPD and they entered
what they saw on screen. Including code, that is
not XML friendly like "c" I set it as with
element.setText() and serialize it to string and
save to database. But