RE: [dom4j-dev] bug in serialization

2004-06-22 Thread Z Z
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

Re: [dom4j-dev] bug in serialization

2004-06-13 Thread Maarten Coene
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

[dom4j-dev] bug in serialization

2004-06-12 Thread Leos Literak
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