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

[422 byte] By [samfuertea] at [2007-11-27 10:15:58]
# 1

Don't bother. Just use an existing XML parser, or for added simplicity, use JDom

georgemca at 2007-7-28 15:42:40 > top of Java-index,Java Essentials,Java Programming...