Hi, can I save a xmlobject and parse it back, later? The XmlObject is not a Document!
I tried: String s = obj.xmltext(); ... doc = XmlObject.Factory.parse(s); However, doc is of type XmlAnyTypeImpl, now. Is there another way of serializing and restoring xmlbeans objects? Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

