Hello,
I am in the process of designing an app. I am thinking of using an xml file to dynamically load all the label in the form instead of hardcoding them into the form.
Q: I need both the names of the node and its children. Is there a easy way of traversing a Xml Document and fetching the names of both the nodes and its elements.
Q:Or the above is real out of the way thing to do and just hardcode the labels??