Commit ebc4ca94563fe1ad49991df0d12faa1e6ea285d1

Daniel Veillard 2002-11-27T11:43:05

refactored the XML dump of a node to a buffer API to reuse the generic * tree.c include/libxml/tree.h: refactored the XML dump of a node to a buffer API to reuse the generic dump to an OutputIO layer, this reduces code, fixes xmlNodeDump() for XHTML, also made xmlNodeDump() now return the number of byte written. Daniel