version 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. |
*/ |
*/ |