> How to make the object of nu.xom.Document may to serialize, > please help ? By "serialize", I suspect you are referring to Java serialization. But the best way to serialize a tree representation of an XML document is as XML. So Java serialization really isn't appropriate. Michael Kay http://www.saxonica.com/