A
Armel Asselin
Hello,
I'm searching for a simple command line tool to manipulate XML files.
The idea would be commands such as that:
xmanip-tool set /document/xpath[1]/@name="value" remove //wrong-nodes add
/document/node=\<hello\> < in.xml > out.xml
so, it would simple add/remove/change commands (either as arguments or input
script file), a bit of xpath and the usual Unix parameters (-o output,-f
file, handling standard input / output...)
any idea??
thanks in advance,
Armel
I'm searching for a simple command line tool to manipulate XML files.
The idea would be commands such as that:
xmanip-tool set /document/xpath[1]/@name="value" remove //wrong-nodes add
/document/node=\<hello\> < in.xml > out.xml
so, it would simple add/remove/change commands (either as arguments or input
script file), a bit of xpath and the usual Unix parameters (-o output,-f
file, handling standard input / output...)
any idea??
thanks in advance,
Armel