
Signature
Thanks,
LiuFeng
MSN Messenger: blindlf@hotmail.com
I'm assuming you're talking about appending using code or script.
The only way I've been able to do it for schemas that I've built in
InfoPath, is to use the cloneNode(true) method on an existing node to make a
copy, then update the attribute(s), and append it to the parent. I haven't
been able to come up with any other way.
> Hi,
> How to append a node with attribute to DOM?
[quoted text clipped - 3 lines]
>
> How do I append a new node?
Liu Feng - 31 Oct 2005 12:27 GMT
Hi, Greg S
Thanks for you opinion, I work out it.

Signature
Thanks,
LiuFeng
MSN Messenger: blindlf@hotmail.com
I'm assuming you're talking about appending using code or script.
The only way I've been able to do it for schemas that I've built in
InfoPath, is to use the cloneNode(true) method on an existing node to make a
copy, then update the attribute(s), and append it to the parent. I haven't
been able to come up with any other way.
> Hi,
> How to append a node with attribute to DOM?
[quoted text clipped - 3 lines]
>
> How do I append a new node?