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
Hrvoje
NA
47
0
Hwo to read specific values from xml
Jul 15 2009 7:10 AM
this is my xml :
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
Apoens
>
<
valuta
>
<
value
>
25
</
value
>
<
name
>
25
</
name
>
</
valuta
>
<
valuta
>
<
value
>
5
</
value
>
<
name
>
5
</
name
>
</
valuta
>
<
valuta
>
<
value
>
2
</
value
>
<
name
>
2
</
name
>
</
valuta
>
<
valuta
>
<
value
>
1
</
value
>
<
name
>
1
</
name
>
</
valuta
>
</Apoens>
Now,
I want to read all values that are NOT for example "1" ?
Reply
Answers (
1
)
Getting set of strings from a long string in c#
beginners post - making a C# (windows app) sleep for a specified time