Lars Martin wrote:
>
> Michael,
>
> do you have a patch that a commiter can apply?
I don't know much about the serialization scheme of Ozone.
I only changed
final class ElementListImpl implements NodeList {
to
final class ElementListImpl implements NodeList, java.util.Serializable
{
and it seems to work.
Michael Keuchen