TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
RAGHUNATH
1.7k
63
49.6k
How to Read xml data when i pass specific id?
Sep 27 2014 9:44 AM
i have requirement that i have to read xml data for specific id. for example i want to
retrieve all district names in id:21. can any one please help me
<?xml version="1.0" encoding="utf-8" ?>
<Rnames>
<org id="19">
<District name="District 19A1"/>
<District name="District 19A2"/>
<District name="District 19A3"/>
<District name="District 19A4"/>
</org>
<org id="20">
<District name="District 20A1"/>
<District name="District 20A2"/>
</org>
<org id="21">
<District name="District 21A1"/>
<District name="District 21A2"/>
<District name="District 21A3"/>
<District name="District 21A4"/>
</org>
<org id="22">
<District name="District 22A1"/>
<District name="District 22A2"/>
</org>
<org id="23">
<District name="District 23A1"/>
<District name="District 23A2"/>
</org>
</Rnames>
Reply
Answers (
1
)
How to validate null Value?
How to count nodes of a link list by using Recursion in C++