Diff for /embedaddon/libxml2/doc/examples/xpath1.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:     Shows how to evaluate XPath expression and register    * purpose:     Shows how to evaluate XPath expression and register 
  *              known namespaces in XPath context.   *              known namespaces in XPath context.
  * usage:       xpath1 <xml-file> <xpath-expr> [<known-ns-list>]   * usage:       xpath1 <xml-file> <xpath-expr> [<known-ns-list>]
 * test: ./xpath1 test3.xml '//child2' > xpath1.tmp ; diff xpath1.tmp xpath1.res ; rm xpath1.tmp * test:        xpath1 test3.xml '//child2' > xpath1.tmp && diff xpath1.tmp $(srcdir)/xpath1.res
  * author:      Aleksey Sanin   * author:      Aleksey Sanin
  * 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>