XML Parser
Help guys,
I'm still confused about that. First things first I think is the right way.
So, first question is how am I gonna get only the "field" NodeName from the xml file:
i.e. <field name="f10" class="java.lang.String" />
I don't care about parsing the rest of the xml file, let's say I want only these nodes.
PS: I guess I have to use string method startsWith...
Thanks

