doxml Manual Version 0.5: doxml_write_atom()

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

int doxml_write_atom(FILE* stream,
                     doxml_atom* atom);

doxml_write_atom() writes the given atom 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.