Added the XPATH command. The first argument is an XPath expression and
commit6b48485009a4b661f0755d0cb81ea003a9de08f3
authorBen Kibbey <bjk@luxsci.net>
Tue, 8 Jan 2008 01:16:38 +0000 (7 20:16 -0500)
committerBen Kibbey <bjk@luxsci.net>
Tue, 8 Jan 2008 01:16:38 +0000 (7 20:16 -0500)
tree49b591ddbfea989069d2854dd7af289aeae7e04d
parentd4fb4588d62d120f05ddb31fe5d523fee34635ba
Added the XPATH command. The first argument is an XPath expression and
the second, which is optional, is a value to set to the result of the
expression. If no value is specified, the result of the expression
will be sent to the client (if any). Otherwise, the result is set to
the value argument and the document is updated.

Note that this command isn't well tested, but it seems to work. :)
COMMANDS
src/commands.c
src/pwmd.c
src/xml.c
src/xml.h