Hi
Tried searching all over the place over here but can't find it.
It there a way or can you please direct me to the right source of how to list attributes of an element and their values in xml.
Example taken from tiled but can be any other type of xml
<map version="1.0" orientation="orthogonal" width="20" height="15" tilewidth="32" tileheight="32">
I need my program to list these attributes and the corresponding value after having the actual xml file stored as a sting using the XML Plugin.
Thanks