From b0186326de64ccd6e5f8164c8625e013e4ecfc50 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 20 Jan 2008 10:57:08 -0500 Subject: [PATCH] Added a note about a child node of the same name as the new content of the IMPORT command. --- COMMANDS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/COMMANDS b/COMMANDS index 3ac322dc..8589464d 100644 --- a/COMMANDS +++ b/COMMANDS @@ -126,6 +126,11 @@ IMPORT [!]element[[!]element[...]] data. The content is created as a child of the specified element path. If an element of the element path doesn't exist, it is created. + Note that the new content must begin with an element and not text. Also + note that the an existing child of the same name will not be overwritten + which will cause the new child to be unreachable to other commands. Use + the DELETE command to remove the original child before using this command. + DUMP Shows the in memory XML document with indenting. -- 2.11.4.GIT