doxml Manual Version 0.5: doxml_write_document()

$Id: writedoc.html,v 1.7 1999/07/24 22:04:05 francis Exp $

int doxml_write_document(FILE* stream,
                         doxml_document* document);

doxml_write_document() writes the given document to the given output stream. It returns 0 on success, or -1 on error.

Note that the prettyprinting done is aimed more at data-oriented documents rather than text-oriented documents.