Skip to content
  • Daniel Veillard's avatar
    Provide new accessors for xmlOutputBuffer · e258adec
    Daniel Veillard authored
    To avoid digging into buf->buffer insternal strcuture the two
    new entry points xmlOutputBufferGetContent() and
    xmlOutputBufferGetSize() should make the ode cleaner.
    
    * include/libxml/xmlIO.h: add two new functions
    * xmlIO.c: impement the 2 functions based on the new buffer entry points
    e258adec