Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~286 People Reached
Favorite Forums
Favorite Tags
xml x 2
Member Avatar for anugowda

Hi; I have an XML document , and I need to go thorugh all the nodes and get the values and store it in an object. I need to traverse through all the nodes and get the values. How do I do it. This is my XML . Please help …

Member Avatar for iffEngineer
0
233
Member Avatar for anugowda

Hi; How do I eleiminate null values while reading xml in a loop in below code, i want to eliminate gettign value for middle name as it has null value <model:givenName>test1</model:givenName> <model:middleName/> <model:familyName>test2</model:familyName> <model:dob/> <model:gender/> <model:preferredLocale>en_US</model:preferredLocale> <model:timeZone>America/Los_Angeles</model:timeZone>

0
53