--- embedaddon/libxml2/doc/examples/xpath1.c 2012/02/21 23:37:59 1.1.1.1 +++ embedaddon/libxml2/doc/examples/xpath1.c 2014/06/15 19:53:36 1.1.1.2 @@ -4,7 +4,7 @@ * purpose: Shows how to evaluate XPath expression and register * known namespaces in XPath context. * usage: xpath1 [] - * 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 * copy: see Copyright for the status of this software. */