|
Hi,
I have one doubt,
Will castor be able to extract datas from these
type xml
<?xml version="1.0"
encoding="UTF-8"?>
<students>
<student
name="babu" major="computer">maths,physics,electornics</student>
<student name="manuel"
major="chemistry">maths,physics</student>
</students>
if able to extract means, how we have to give
mappings considering there are prefined java objects already like the following
classes
ex.
class Students {
ArrayList
_students = new ArrayList();
......
}
class Student {
String name =
new String();
String major
= new String();
String
otherpapers = new String();
......
}
Thanks,
Venkatesh
__________________________________________________ |
- [castor-user] [XML] one doubt - help venkatesh babu
- Re: [castor-user] [XML] one doubt - help Keith Visco
- Re: [castor-user] [XML] one doubt - help venkatesh babu

