• Show log

    Commit

  • Hash : dddeede0
    Author : Daniel Veillard
    Date : 2012-07-16T14:44:26

    Provide new xmlBuf based saving functions
    
    * include/libxml/tree.h: adds xmlBufGetNodeContent and xmlBufNodeDump
      as xmlBuf based equivalents of xmlNodeGetContent and xmlNodeDump
    * tree.c: implements one new routine and converts xmlNodeBufGetContent
      to use the xmlBuf equivalent. It should behave better as a result
      in case of data larger than 2GB.