how use attributes in xml with FileStorage
I need to make usage of attributes in a xml file so I can make sure that it's values follows a format, How can I do that ?
I need to make usage of attributes in a xml file so I can make sure that it's values follows a format, How can I do that ?
Asked: 2014-08-12 07:37:21 -0600
Seen: 171 times
Last updated: Aug 12 '14
I am not sure if I had understood right, but if you look at this you can see something like using operator
["node_name"]
I want something like <node id="attribute">. How could I get the value of node's id ?