Can you just concatenate them together, or are you trying to do something
more complex?
text1.text = this.firstChild.childNodes[0] + this.firstChild.childNodes[1] +
this.firstChild.childNodes[4];
Mike
On Mon, Dec 22, 2008 at 5:32 PM, Dean Hamack <bushidodesigns@...>wrote:
> Still new to this xml thing and trying to figure out the lingo a bit.
>
> Got an xml doc containing 5 sections. I know the following will load the
> first one into my text
> box:
>
> text1.text = this.firstChild.childNodes[0];
>
> But lets say I want to load 1,2, and 5 into the same text box?
>
>
>
[Non-text portions of this message have been removed]