I have never used XMl perser directly.When i was going through xml beans i got a doubt which may be stupid(apologies for that) and here it goes
Use of xml parser is to parse through a xml and store its values.
User of xml beans is to represent a xml as a java bean and make it simple (i think it iwill take schema as a input).
In a way both are used for same purpose (xml parsing) can i say that java xml beans is a advanced and sopisticated way of parsing a xml?
Thanks KD