XML Tags with no attributes

How can I get what’s inside an XML tag like this ?

Charlotte

Thanks

The key is that that is actually 2 nodes.

Node1:
Type = Element
Name = “GivenName”
Value = “”
ChildCount = 1

Node1.FirstChild:
Type = TextNode
Name = “”
Value = “Charlotte”
ChildCount = 0

So you would use
Node1.FirstChild.Value

Oh…Thanks so much Tim… you made my YEAR…

On January 3rd ?

The callenge is open (to do better) ;:slight_smile: