Iterate through XML using .NET 1.1

C

Christian Havel

Hi,

I have a XML like following:
<entities>
<entity created="09.01.2008 12:43:50">
<item NAME="MyName" VALUE="MyValue" />
... some more items
</entity>
... some more entities
</entites>

I want to iterate through the XML but I want only to read the entity objects
where the created DateTime value is higher than a from me defined DateTime
value.
How can I do this using C# and .NET 1.1?
Christian
 
P

Peter Bromberg [C# MVP]

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top