You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Sudheer Tumuluru <st...@real.com> on 2000/05/17 08:27:14 UTC

Serializing a DOM_Document

Hi,
        What is the simplest way of pushing a DOM_Document across a
socket? I browsed through the DOMPrint code. I can paste the same
ostream operator code. But is there a member method to serialize the
whole document into a string? If not, why was it decided not to have it
as a method?

Thanks,
Sudheer