philzeleski
Sorry for the late response, you should the "@username" trick so your correspondence know they have a message waiting for them ! <img src="smileys/smiley2.gif" border="0" align="middle" />
The XPath that qualifies the first power's name is actually this : "/rows/row[1]/PowerName"
You should rename your "rows" tag to "powers" and "row" tag to "power", it'd make more sense that way ! <img src="smileys/smiley2.gif" border="0" align="middle" />
Now for your second question, simply set the text to :
"Requirements: " & XML.StringValue("/rows/row[1]/PowerName")
rob
I don't understand what you actually want. Could you explain it a bit more ?