Diff for /embedaddon/libxml2/doc/examples/io2.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:37:59 version 1.1.1.2, 2014/06/15 19:53:36
Line 4 Line 4
  * purpose: Demonstrate the use of xmlDocDumpMemory   * purpose: Demonstrate the use of xmlDocDumpMemory
  *          to output document to a character buffer   *          to output document to a character buffer
  * usage: io2   * usage: io2
 * test: io2 > io2.tmp ; diff io2.tmp io2.res ; rm -f io2.tmp * test: io2 > io2.tmp && diff io2.tmp $(srcdir)/io2.res
  * author: John Fleck   * author: John Fleck
  * copy: see Copyright for the status of this software.   * copy: see Copyright for the status of this software.
  */   */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>