I would like to know if anyone knows how to get the length of a string that is in an xml file. Here is an example of what im trying to do
<trip>florida</trip>
<population>12346569</population>
I want to go in a get the length of the charcters that are in between the tags. If anyone knows how to do this, any help would be greatly appreciated. Thank you.
<trip>florida</trip>
<population>12346569</population>
I want to go in a get the length of the charcters that are in between the tags. If anyone knows how to do this, any help would be greatly appreciated. Thank you.