Diff for /embedaddon/libxml2/doc/examples/tree1.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:37
Line 5 Line 5
  *          get the root element, then walk the document and print   *          get the root element, then walk the document and print
  *          all the element name in document order.   *          all the element name in document order.
  * usage: tree1 filename_or_URL   * usage: tree1 filename_or_URL
 * test: tree1 test2.xml > tree1.tmp ; diff tree1.tmp tree1.res ; rm tree1.tmp * test: tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res
  * author: Dodji Seketeli   * author: Dodji Seketeli
  * 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>