Diff for /embedaddon/libxml2/doc/examples/xpath2.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
  *              said elements and save the resulting document.   *              said elements and save the resulting document.
  * purpose:     Shows how to make a full round-trip from a load/edit/save   * purpose:     Shows how to make a full round-trip from a load/edit/save
  * usage:       xpath2 <xml-file> <xpath-expr> <new-value>   * usage:       xpath2 <xml-file> <xpath-expr> <new-value>
 * test:        xpath2 test3.xml '//discarded' discarded > xpath2.tmp ; diff xpath2.tmp xpath2.res ; rm xpath2.tmp * test:        xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/xpath2.res
  * author:      Aleksey Sanin and Daniel Veillard   * author:      Aleksey Sanin and Daniel Veillard
  * 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>