Below is my sample xml, and I am unable to read the value - Johnson Elementary School from xml using my Java code. I am able to read attributes, but not the value passed inside School ie. Johnson Elementary School. Let me know.
Blockquote
<School>
<Student>
<name>John</name>
<age>15</age>
</Student>
Johnson Elementary School
</School>
Blockquote
Thanks Padma