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?