in reply to XML::XPath printToFile function?
Answers would be appended to the node with a matching id.<root> <node id = "1"> <request> <question> ... </question> </request> </node> </root>
I would also like to remove nodes based on the id attribute. And be able to do all this through a Jabber bot similar to Peter Saint-Andre's surveyor.<root> <node id = "1"> <request> <question> ... </question> </request> <reply> <answer> ... </answer> </reply> <reply> <answer> ... </answer> <reply> </node> </root>
|
|---|