Fixed storing values in an "account" root element. The element tree no
commit38f3e38f1d1b216d4dad02227cc49f416bb9e625
authorBen Kibbey <bjk@luxsci.net>
Fri, 21 Dec 2007 01:23:38 +0000 (20 20:23 -0500)
committerBen Kibbey <bjk@luxsci.net>
Fri, 21 Dec 2007 01:23:38 +0000 (20 20:23 -0500)
tree62e249fe29a1d208a232e808aec2f58ada923018
parentc4bfce7ba2e5e601f8c76617297666a16f9c564f
Fixed storing values in an "account" root element. The element tree no
longer needs to be duplicated because xmlNodeSetContent() is used in
the XML_TEXT_NODE. xmlNodeAddContent() also fixes this for new
content.

The GET command also uses the new find_text_node() function to find
the text node associated with the requested element.
src/commands.c
src/xml.c
src/xml.h