S
Some Guy
Hello,
I am trying to add an XML node and its child nodes programmatically using
VBA in MS Word 2003. It is a repeating node; an example follows. (Yes, I know
I need to close the tags.)
<cat>
<name>
<type>
<cat>
<name>
<type>
I can add the parent node and each child node one at a time and in the
proper sequence with no problems. Is it possible to copy and paste an
existing node, so that I don't have to enter each parent and child node
individually?
Mike
I am trying to add an XML node and its child nodes programmatically using
VBA in MS Word 2003. It is a repeating node; an example follows. (Yes, I know
I need to close the tags.)
<cat>
<name>
<type>
<cat>
<name>
<type>
I can add the parent node and each child node one at a time and in the
proper sequence with no problems. Is it possible to copy and paste an
existing node, so that I don't have to enter each parent and child node
individually?
Mike