Add XML Node in Word 2003 VBA

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top