I have a XML that looks like this:
<data>
<items>
<item name="item1"></item>
<item name="item2"></item>
<item name="item3"></item>
<item name="item4"></item>
</items>
</data>
Can anyone tell me how to read the file and print every single letter, not only the contents but ALL THE CHARACTERS (including the letters in the brackets)?