| Author |
Help parse using JAXP
|
Patricia Fulk
Ranch Hand
Joined: Sep 10, 2001
Posts: 62
|
|
Hello, Can someone help me out. I am trying to load xml into an object and it is giving me problems. The xml is as follows: <companys> <company> <name>test company name</name> </company> <model> <name>Conservative</name> <max-percent>18</max-percent> <min-percent>1</min-percent> <class> <name>Large Value</name> <percent>5</percent> </class> <class> <name>Large, Mid, Small Blend</name> <percent>20</percent> </class> </model> </companys> I am trying to get the class name and percents into an object but I keep getting a null pointer exception. Here is the code: If someone could help I would really appreciate it. Thanks, Trish
|
 |
 |
|
|
subject: Help parse using JAXP
|
|
|