----- Original Message ----- From: "Walinsky, Frank" <[EMAIL PROTECTED]> > I want to serialize an object, part of which contains an XPath object > (org.dom4j.xpath.DefaultXPath) which does not implement the serializable > interface. Short of my modifying the source (now and future releases) > are there any other options available to me?
I've patched the dom4j and jaxen code so that XPath objects are Serializable. I've also added a JUnit test case in org.dom4j.TestSerialize in the testXPath method which shows it in operation. This change is now available in the daily build James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
